change to hover function

This commit is contained in:
friendica 2012-01-04 21:01:24 -08:00
parent c5d27c48f5
commit 2f73be326e
3 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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();

View File

@ -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();