diff options
-rw-r--r-- | view/tpl/notifications_widget.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 2c3a5b0a2..16f14d4cb 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -41,7 +41,6 @@ // Event listener for clicking a notification document.addEventListener('click', function(event) { if (event.target.closest('a') && event.target.closest('a').classList.contains('notification')) { - console.log(1) if (notificationsWrapper.classList.contains('fs')) { // Move notifications wrapper back to its original parent and hide it notificationsWrapper.classList.remove('fs'); |