removed useless code

This commit is contained in:
Damian-I
2025-03-13 03:11:05 +00:00
parent 461104c87d
commit d6916ff413

View File

@@ -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