From d1f7f950593216181cf9236deddd4d180c1c38db Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 29 Aug 2021 15:05:19 +0100 Subject: [PATCH] typo --- src/js/elements/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); } );