diff --git a/src/js/elements/notifications.js b/src/js/elements/notifications.js index 72892240e..79270cd5e 100644 --- a/src/js/elements/notifications.js +++ b/src/js/elements/notifications.js @@ -97,7 +97,7 @@ class Notification { ); $(`#notificationCenter .notif[id='${this.id}']`).click(() => { this.hide(); - this.closeCallback(); + this.clickCallback(); }); } );