From 0f0f9e6d1312c26f2c9c536a89f6b6ee308bb946 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 22 Jan 2011 23:13:59 +0000 Subject: [PATCH] Partial revert of r80772. Did not mean to commit that potential but unconfirmed fix for bug 26135 --- resources/jquery/jquery.placeholder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/jquery/jquery.placeholder.js b/resources/jquery/jquery.placeholder.js index 024441d013..1d3fd674ac 100644 --- a/resources/jquery/jquery.placeholder.js +++ b/resources/jquery/jquery.placeholder.js @@ -38,7 +38,7 @@ $.fn.placeholder = function() { } ) // Hide on focus - .bind( 'onfocus ondrop ondragdrop', function() { + .focus( function() { if ($input.hasClass('placeholder')) { this.value = ''; $input.removeClass( 'placeholder' ); -- 2.20.1