From: friendica <info@friendica.com>
Date: Sun, 26 Feb 2012 01:04:31 +0000 (-0800)
Subject: missed a spot
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35b5850af705ced6eca88b45cd60de41b5a897bc;p=friendica.git

missed a spot
---

diff --git a/js/main.js b/js/main.js
index e717ca44ed..515bd0fd31 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');