From aecfa39d924ab9d296c8b3d2feab1c20c0b7af35 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 17 Dec 2014 17:20:24 +0100 Subject: [PATCH] Fix incorrect selector on notifications --- client/src/applets/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/applets/settings.js b/client/src/applets/settings.js index ccf5024..6a7058d 100644 --- a/client/src/applets/settings.js +++ b/client/src/applets/settings.js @@ -37,7 +37,7 @@ } if (!(window.Notification || window.webkitNotifications || navigator.mozNotification)) { - this.$('notification_enabler').remove(); + this.$('.notification_enabler').remove(); } // Incase any settings change while we have this open, update them -- 2.25.1