diff options
author | friendica <info@friendica.com> | 2012-07-17 22:11:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-17 22:11:24 -0700 |
commit | 59ec6718799b8b5d2aee2a394bd3f45792e23754 (patch) | |
tree | f4e01db6f73754418438b020c2327e18c256653c /view/theme/slackr | |
parent | a10e9d335ab68989a0e6e40af8ae03e5dabd27a7 (diff) | |
download | volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.tar.gz volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.tar.bz2 volse-hubzilla-59ec6718799b8b5d2aee2a394bd3f45792e23754.zip |
json notification popup mostly working in zero
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/theme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php index 988700860..7e03886df 100644 --- a/view/theme/slackr/theme.php +++ b/view/theme/slackr/theme.php @@ -54,7 +54,6 @@ $(document).ready(function() { $("#profile-jot-text").focus(hidecal); $("#profile-jot-text").click(hidecal); -$('html').click(function() { $("#nav-notifications-menu" ).hide(); }); $('.group-edit-icon').hover( function() { |