aboutsummaryrefslogtreecommitdiff
path: root/p/scripts/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'p/scripts/main.js')
-rw-r--r--p/scripts/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js
index 1dce5f9fc..2face429d 100644
--- a/p/scripts/main.js
+++ b/p/scripts/main.js
@@ -1690,7 +1690,7 @@ function closeNotification() {
function init_notifications() {
notification = document.getElementById('notification');
- notification.querySelector('a.close').addEventListener('click', function (ev) {
+ notification.querySelector('.close').addEventListener('click', function (ev) {
closeNotification();
ev.preventDefault();
return false;