mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
change to hover function
This commit is contained in:
parent
c5d27c48f5
commit
2f73be326e
3 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue