#   Public Documents

' + '' + message + '

' + ''; // Add toast to container toastContainer.appendChild(toast); // Animate in setTimeout(function() { toast.classList.add('edocman-toast-show'); }, 10); // Auto remove after 5 seconds setTimeout(function() { toast.classList.remove('edocman-toast-show'); setTimeout(function() { toast.remove(); // Remove container if empty if (toastContainer.children.length === 0) { toastContainer.remove(); } }, 300); }, 5000); }

 ×
