I get the following error message when I list documents available for download or view. Can I change something in the configuration?
+ '
' + 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); }