Index: notification.js |
diff --git a/notification.js b/notification.js |
index ea6b43485e15322ecb72631d5a154de7646e0fc4..9f14d7fcf06dc67680bc1c49603434ff4fd45656 100644 |
--- a/notification.js |
+++ b/notification.js |
@@ -97,6 +97,7 @@ window.addEventListener("load", () => |
break; |
case "notification-optout": |
Notification.toggleIgnoreCategory("*", true); |
+ // Falls through. |
Sebastian Noack
2017/03/30 18:57:59
This switch has mere 3 cases. If we discourage fal
kzar
2017/03/31 03:42:20
Done.
|
case "notification-hide": |
notificationElement.hidden = true; |
notification.onClicked(); |