diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 2 | ||||
-rw-r--r-- | view/theme/testbubble/jot-header.tpl | 2 |
2 files changed, 2 insertions, 2 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(); diff --git a/view/theme/testbubble/jot-header.tpl b/view/theme/testbubble/jot-header.tpl index bf3b3cbe7..7b2dca9fe 100644 --- a/view/theme/testbubble/jot-header.tpl +++ b/view/theme/testbubble/jot-header.tpl @@ -137,7 +137,7 @@ function initEditor(cb) { } }); - $("#jot-title-display").click(function() { + $("#jot-title-display").hover(function() { $("#jot-title-display").hide(); $("#jot-title").show(); $("#jot-title").focus(); |