diff options
author | zottel <github@zottel.net> | 2012-05-25 21:05:42 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-25 21:05:42 +0200 |
commit | 36d6018c110fca190b720c5ff27883c2d4ed70c3 (patch) | |
tree | 93416482d64d3ad9f275986ce0d39c2024520d00 /view/theme/slackr/theme.php | |
parent | 3aa516ccabc9bb09ae30ffa2d3657fba36699ea9 (diff) | |
parent | d1345e505406b1a1cdc3fc26a1734916c8abc89d (diff) | |
download | volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.gz volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.bz2 volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/slackr/theme.php')
-rw-r--r-- | view/theme/slackr/theme.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php index 516132f5c..988700860 100644 --- a/view/theme/slackr/theme.php +++ b/view/theme/slackr/theme.php @@ -43,8 +43,16 @@ function cmtBbOpen(id) { function cmtBbClose(id) { $(".comment-edit-bb-" + id).hide(); } + +function hidecal() { + if(editor) return; + $('.fc').hide(); +} + $(document).ready(function() { + $("#profile-jot-text").focus(hidecal); + $("#profile-jot-text").click(hidecal); $('html').click(function() { $("#nav-notifications-menu" ).hide(); }); |