From 35b5850af705ced6eca88b45cd60de41b5a897bc Mon Sep 17 00:00:00 2001
From: friendica <info@friendica.com>
Date: Sat, 25 Feb 2012 17:04:31 -0800
Subject: [PATCH] missed a spot

---
 js/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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');
-- 
2.39.5