aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/greenzero/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/greenzero/theme.php')
-rwxr-xr-xview/theme/greenzero/theme.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php
index 5d63583f4..ceec4dd97 100755
--- a/view/theme/greenzero/theme.php
+++ b/view/theme/greenzero/theme.php
@@ -7,6 +7,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');},