diff options
author | zottel <github@zottel.net> | 2012-05-23 18:25:58 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-23 18:25:58 +0200 |
commit | 3aa516ccabc9bb09ae30ffa2d3657fba36699ea9 (patch) | |
tree | 93cd7fe6c2b9b0cc5851cb8324b5f6591d990f7f /view/theme/slackr/theme.php | |
parent | e9c86c0fd0fb87b49e60669e6d4be810ca426ec4 (diff) | |
parent | 61dba985c14ebcfd20d18b579aee9b781f98bc23 (diff) | |
download | volse-hubzilla-3aa516ccabc9bb09ae30ffa2d3657fba36699ea9.tar.gz volse-hubzilla-3aa516ccabc9bb09ae30ffa2d3657fba36699ea9.tar.bz2 volse-hubzilla-3aa516ccabc9bb09ae30ffa2d3657fba36699ea9.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/slackr/theme.php')
-rw-r--r-- | view/theme/slackr/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php index 99e061a2f..516132f5c 100644 --- a/view/theme/slackr/theme.php +++ b/view/theme/slackr/theme.php @@ -45,6 +45,7 @@ function cmtBbClose(id) { } $(document).ready(function() { + $('html').click(function() { $("#nav-notifications-menu" ).hide(); }); $('.group-edit-icon').hover( |