aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/testbubble')
-rw-r--r--view/theme/testbubble/jot-header.tpl2
1 files changed, 1 insertions, 1 deletions
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();