]> git.mxchange.org Git - friendica.git/commitdiff
missed a spot
authorfriendica <info@friendica.com>
Sun, 26 Feb 2012 01:04:31 +0000 (17:04 -0800)
committerfriendica <info@friendica.com>
Sun, 26 Feb 2012 01:04:31 +0000 (17:04 -0800)
js/main.js

index e717ca44ed6a28cd5bbc02921ae9188377a74800..515bd0fd318bece1f5df31edbec53f3000073681 100755 (executable)
                                //                              $("#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');