aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-25 17:04:31 -0800
committerfriendica <info@friendica.com>2012-02-25 17:04:31 -0800
commit35b5850af705ced6eca88b45cd60de41b5a897bc (patch)
tree68deb879626ed6d401c26931f3a0d4beacbdf0ae /js
parentd075fd8a406b12d1920f75dd24e14101d1acc2f0 (diff)
downloadvolse-hubzilla-35b5850af705ced6eca88b45cd60de41b5a897bc.tar.gz
volse-hubzilla-35b5850af705ced6eca88b45cd60de41b5a897bc.tar.bz2
volse-hubzilla-35b5850af705ced6eca88b45cd60de41b5a897bc.zip
missed a spot
Diffstat (limited to 'js')
-rwxr-xr-xjs/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index e717ca44e..515bd0fd3 100755
--- a/js/main.js
+++ b/js/main.js
@@ -132,7 +132,7 @@
// $("#nav-notifications-linkmenu").removeClass("on");
// $("#nav-notifications-menu").html(notifications_empty);
}
- if(notif == 0) { notif = ''; $('#notify-update').removeClass('show') } else { $('#notify-update').addClass('show') }
+ if(notif == 0) { /* notif = ''; $('#notify-update').removeClass('show') */ } else { $('#notify-update').addClass('show') }
$('#notify-update').html(notif);
var eSysmsg = $(data).find('sysmsgs');