change to hover function
This commit is contained in:
parent
c5d27c48f5
commit
2f73be326e
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue