rebased for applying latest changes

This commit is contained in:
Russel Yasol
2024-10-11 11:42:41 +08:00
parent 15ca383d34
commit 35eedffe95
22 changed files with 3151 additions and 431 deletions

View File

@@ -19,7 +19,7 @@ document.addEventListener('DOMContentLoaded', function() {
form.insertAdjacentElement('beforebegin', notification);
// Remove notification after 5 seconds
setTimeout(() => notification.remove(), 5000);
setTimeout(() => notification.remove(), 4000);
// Allow manual close
notification.querySelector('.delete').addEventListener('click', () => notification.remove());