aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-11 21:32:23 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-11 21:32:23 +0200
commit56a675f713f3e971b1c9ccb60ab818f583dfc29e (patch)
tree405481302fc6a7b2054c713865d67541cb32b46e /view/theme/redbasic/js
parent05c8d4819da117ce12d29cb60761da4045596d21 (diff)
downloadvolse-hubzilla-56a675f713f3e971b1c9ccb60ab818f583dfc29e.tar.gz
volse-hubzilla-56a675f713f3e971b1c9ccb60ab818f583dfc29e.tar.bz2
volse-hubzilla-56a675f713f3e971b1c9ccb60ab818f583dfc29e.zip
z-index issue and some icons. rename notifications-btn-1 to notifications-btn
Diffstat (limited to 'view/theme/redbasic/js')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 4f71c1e73..04199ea95 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -83,7 +83,7 @@ $(document).ready(function() {
});
var notifications_parent = $('#notifications_wrapper')[0].parentElement.id;
- $('#notifications-btn-1').click(function() {
+ $('#notifications-btn').click(function() {
if($('#notifications_wrapper').hasClass('fs'))
$('#notifications_wrapper').prependTo('#' + notifications_parent);
else