From: Nick Fisher Date: Wed, 17 Dec 2014 16:20:24 +0000 (+0100) Subject: Fix incorrect selector on notifications X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aecfa39d924ab9d296c8b3d2feab1c20c0b7af35;p=KiwiIRC.git Fix incorrect selector on notifications --- 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