aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot-header.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-04 21:01:24 -0800
committerfriendica <info@friendica.com>2012-01-04 21:01:24 -0800
commit2f73be326ea518b5521f5b52c9ca9c080cff47a7 (patch)
tree30d83bfc793ae48e81f0671d5c37550f3f5d03c9 /view/theme/dispy/jot-header.tpl
parentc5d27c48f5d5e45d119ccf133ebc42678deb8e38 (diff)
downloadvolse-hubzilla-2f73be326ea518b5521f5b52c9ca9c080cff47a7.tar.gz
volse-hubzilla-2f73be326ea518b5521f5b52c9ca9c080cff47a7.tar.bz2
volse-hubzilla-2f73be326ea518b5521f5b52c9ca9c080cff47a7.zip
change to hover function
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r--view/theme/dispy/jot-header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl
index a30b41825..79db0ec5a 100644
--- a/view/theme/dispy/jot-header.tpl
+++ b/view/theme/dispy/jot-header.tpl
@@ -114,7 +114,7 @@ function initEditor(cb) {
}
});
- $("#jot-title-display").click(function() {
+ $("#jot-title-display").hover(function() {
$("#jot-title-display").hide();
$("#jot-title").show();
$("#jot-title").focus();