diff options
Diffstat (limited to 'view/theme/darkzero/theme.php')
-rw-r--r--[-rwxr-xr-x] | view/theme/darkzero/theme.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index 37632c4b5..8c4d3e9ac 100755..100644 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -4,6 +4,8 @@ * Name: Darkzero * Version: 1.0 * Author: Fabio Communi <fabrix.xm@gmail.com> + * Maintainer: Fabio Communi <fabrix.xm@gmail.com> + * Maintainer: Mike Macgirvin <mike@macgirvin.com> */ $a->theme_info = array( @@ -14,6 +16,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');}, |