mirror of
https://github.com/friendica/friendica
synced 2025-03-26 00:41:31 +00:00
change to hover function
This commit is contained in:
parent
c5d27c48f5
commit
2f73be326e
3 changed files with 3 additions and 3 deletions
view
|
@ -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…
Add table
Reference in a new issue