]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/slackr/theme.php
Merge pull request #391 from simonlnu/master
[friendica.git] / view / theme / slackr / theme.php
index 99e061a2fc7108e320a73887fece46ffc49f7d54..9887008606dcd7603d0079a41f3106ed4f40bf1c 100644 (file)
@@ -43,8 +43,17 @@ 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(); });
 
 $('.group-edit-icon').hover(