From d6916ff41341de96d7cfe65245520b25afc357c7 Mon Sep 17 00:00:00 2001 From: Damian-I Date: Thu, 13 Mar 2025 03:11:05 +0000 Subject: [PATCH] removed useless code --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3cadd0e..12104e8 100644 --- a/index.html +++ b/index.html @@ -1008,7 +1008,7 @@ let unreadNotes = 0; // Show a notification instead of using alert() - function showNotification(message, type = 'info', title = '', duration = 5000, position = 'corner') { + function showNotification(message, type = 'info', title = '', duration = 5000) { const notificationContainer = document.getElementById('notification-container'); // Create notification element