diff options
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index cd04e05af..1a9016f5d 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -126,7 +126,7 @@ function initEditor(cb){ } }); - $("#jot-title-display").click(function() { + $("#jot-title-display").hover(function() { $("#jot-title-display").hide(); $("#jot-title").show(); $("#jot-title").focus(); |