From 2f73be326ea518b5521f5b52c9ca9c080cff47a7 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Jan 2012 21:01:24 -0800 Subject: change to hover function --- view/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/jot-header.tpl') diff --git a/view/jot-header.tpl b/view/jot-header.tpl index cd04e05af..1a9016f5d 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(); -- cgit v1.2.3