This commit is contained in:
Jack 2021-08-29 15:05:19 +01:00
parent 8d85e8fb5d
commit d1f7f95059

View file

@ -97,7 +97,7 @@ class Notification {
);
$(`#notificationCenter .notif[id='${this.id}']`).click(() => {
this.hide();
this.closeCallback();
this.clickCallback();
});
}
);