From: friendica Date: Thu, 5 Jan 2012 05:01:24 +0000 (-0800) Subject: change to hover function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f73be326ea518b5521f5b52c9ca9c080cff47a7;p=friendica.git change to hover function --- diff --git a/view/jot-header.tpl b/view/jot-header.tpl index cd04e05afc..1a9016f5d5 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -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(); diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index a30b418250..79db0ec5ae 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -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(); diff --git a/view/theme/testbubble/jot-header.tpl b/view/theme/testbubble/jot-header.tpl index bf3b3cbe70..7b2dca9fe9 100644 --- a/view/theme/testbubble/jot-header.tpl +++ b/view/theme/testbubble/jot-header.tpl @@ -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();