]> git.mxchange.org Git - friendica.git/commitdiff
change to hover function
authorfriendica <info@friendica.com>
Thu, 5 Jan 2012 05:01:24 +0000 (21:01 -0800)
committerfriendica <info@friendica.com>
Thu, 5 Jan 2012 05:01:24 +0000 (21:01 -0800)
view/jot-header.tpl
view/theme/dispy/jot-header.tpl
view/theme/testbubble/jot-header.tpl

index cd04e05afcc19a93d6c19a099cbb7fa31575746a..1a9016f5d5c3dfc102dcfa470ca351369dba4301 100644 (file)
@@ -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();
index a30b4182507449c3bf2e63ce8aaac1b7f70de158..79db0ec5aea614211f4dd6c368962a112c7e28fd 100644 (file)
@@ -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();
index bf3b3cbe700164a9c621ba0d4f097ec80d64f31c..7b2dca9fe9d3331f7e13c275ecd0ebe053df64c8 100644 (file)
@@ -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();