All questions about EDocman extension

Toast error message

  • Paul Aydelott
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 day 28 minutes ago #177349 by Paul Aydelott
Toast error message was created by Paul Aydelott
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); }

Please Log in or Create an account to join the conversation.

More
23 hours 20 minutes ago #177350 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Toast error message
Hi Paul,
Could you please submit ticket on category: Edocman and provide your site credentials so i can check the issue for you?
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc Dam