diff options
author | friendica <info@friendica.com> | 2012-05-22 21:20:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-22 21:20:31 -0700 |
commit | 3ac7c4e8599266aba69bf521c7ba94393df3c728 (patch) | |
tree | c4689d46b429d56024636ccad4094d70e2895e4e /view/theme | |
parent | 0da20ec9ef443edd86119601e39c42f78dc1a52f (diff) | |
download | volse-hubzilla-3ac7c4e8599266aba69bf521c7ba94393df3c728.tar.gz volse-hubzilla-3ac7c4e8599266aba69bf521c7ba94393df3c728.tar.bz2 volse-hubzilla-3ac7c4e8599266aba69bf521c7ba94393df3c728.zip |
keep FB out of private notes
Diffstat (limited to 'view/theme')
-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( |