Fix incorrect selector on notifications
authorNick Fisher <spadgos@gmail.com>
Wed, 17 Dec 2014 16:20:24 +0000 (17:20 +0100)
committerNick Fisher <spadgos@gmail.com>
Wed, 17 Dec 2014 16:20:24 +0000 (17:20 +0100)
client/src/applets/settings.js

index ccf502413d68dd82f6a89f29fc62de203e73c476..6a7058d70ff153231ebba70fa25c64b1636a0c69 100644 (file)
@@ -37,7 +37,7 @@
             }\r
 \r
             if (!(window.Notification || window.webkitNotifications || navigator.mozNotification)) {\r
-                this.$('notification_enabler').remove();\r
+                this.$('.notification_enabler').remove();\r
             }\r
 \r
             // Incase any settings change while we have this open, update them\r