diff options
author | friendica <info@friendica.com> | 2012-02-25 17:04:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-25 17:04:31 -0800 |
commit | 35b5850af705ced6eca88b45cd60de41b5a897bc (patch) | |
tree | 68deb879626ed6d401c26931f3a0d4beacbdf0ae /js/main.js | |
parent | d075fd8a406b12d1920f75dd24e14101d1acc2f0 (diff) | |
download | volse-hubzilla-35b5850af705ced6eca88b45cd60de41b5a897bc.tar.gz volse-hubzilla-35b5850af705ced6eca88b45cd60de41b5a897bc.tar.bz2 volse-hubzilla-35b5850af705ced6eca88b45cd60de41b5a897bc.zip |
missed a spot
Diffstat (limited to 'js/main.js')
-rwxr-xr-x | js/main.js | 2 |
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'); |