change to hover function
This commit is contained in:
@@ -126,7 +126,7 @@ function initEditor(cb){
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#jot-title-display").click(function() {
|
$("#jot-title-display").hover(function() {
|
||||||
$("#jot-title-display").hide();
|
$("#jot-title-display").hide();
|
||||||
$("#jot-title").show();
|
$("#jot-title").show();
|
||||||
$("#jot-title").focus();
|
$("#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-display").hide();
|
||||||
$("#jot-title").show();
|
$("#jot-title").show();
|
||||||
$("#jot-title").focus();
|
$("#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-display").hide();
|
||||||
$("#jot-title").show();
|
$("#jot-title").show();
|
||||||
$("#jot-title").focus();
|
$("#jot-title").focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user