diff options
author | friendica <info@friendica.com> | 2012-03-12 20:21:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-12 20:21:32 -0700 |
commit | bf7425c591de360a97c37544f777d7d69791420c (patch) | |
tree | 0c49a617c83d11e645b6df2bea5bfcc1ccf7d093 /view/theme/darkzero-NS | |
parent | e12706e825a65f1c7da1d0eee7a346dbdd2c34a3 (diff) | |
download | volse-hubzilla-bf7425c591de360a97c37544f777d7d69791420c.tar.gz volse-hubzilla-bf7425c591de360a97c37544f777d7d69791420c.tar.bz2 volse-hubzilla-bf7425c591de360a97c37544f777d7d69791420c.zip |
click anywhere to close notifications -> zeros and bubbles
Diffstat (limited to 'view/theme/darkzero-NS')
-rwxr-xr-x | view/theme/darkzero-NS/theme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php index 521b1859e..2d3e4fd56 100755 --- a/view/theme/darkzero-NS/theme.php +++ b/view/theme/darkzero-NS/theme.php @@ -15,6 +15,8 @@ $a->page['htmlhead'] .= <<< EOT <script> $(document).ready(function() { +$('html').click(function() { $("#nav-notifications-menu" ).hide(); }); + $('.group-edit-icon').hover( function() { $(this).addClass('icon'); $(this).removeClass('iconspacer');}, |