]> git.mxchange.org Git - friendica.git/commitdiff
do not set notify popup empty anymore (though another solution is needed for firehose...
authorfriendica <info@friendica.com>
Sun, 26 Feb 2012 00:16:52 +0000 (16:16 -0800)
committerfriendica <info@friendica.com>
Sun, 26 Feb 2012 00:16:52 +0000 (16:16 -0800)
js/main.js

index 36ef946ca09f50bdd186a9e28256dde98d510301..e717ca44ed6a28cd5bbc02921ae9188377a74800 100755 (executable)
                                });
                                
                        } else {
-                               $("#nav-notifications-linkmenu").removeClass("on");
-                               $("#nav-notifications-menu").html(notifications_empty);
+                               //                              $("#nav-notifications-linkmenu").removeClass("on");
+                               //              $("#nav-notifications-menu").html(notifications_empty);
                        }
                        if(notif == 0) { notif = ''; $('#notify-update').removeClass('show') } else { $('#notify-update').addClass('show') }
                        $('#notify-update').html(notif);