| Index: notification.js |
| =================================================================== |
| --- a/notification.js |
| +++ b/notification.js |
| @@ -94,12 +94,12 @@ |
| notificationElement.classList.add("closing"); |
| else if (event.target.id == "notification-optout" || |
| event.target.id == "notification-hide") |
| { |
| if (event.target.id == "notification-optout") |
| Notification.toggleIgnoreCategory("*", true); |
| notificationElement.hidden = true; |
| - notification.onClicked(); |
| + notification.onClosed(); |
| } |
| }, true); |
| }, false); |