mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-22 03:38:03 +00:00
removed useless code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user