projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8cb10d
)
Fix incorrect selector on notifications
author
Nick Fisher
<spadgos@gmail.com>
Wed, 17 Dec 2014 16:20:24 +0000
(17:20 +0100)
committer
Nick Fisher
<spadgos@gmail.com>
Wed, 17 Dec 2014 16:20:24 +0000
(17:20 +0100)
client/src/applets/settings.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/applets/settings.js
b/client/src/applets/settings.js
index ccf502413d68dd82f6a89f29fc62de203e73c476..6a7058d70ff153231ebba70fa25c64b1636a0c69 100644
(file)
--- a/
client/src/applets/settings.js
+++ b/
client/src/applets/settings.js
@@
-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