From: Derk-Jan Hartman Date: Sat, 22 Jan 2011 23:13:59 +0000 (+0000) Subject: Partial revert of r80772. X-Git-Tag: 1.31.0-rc.0~32422 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=0f0f9e6d1312c26f2c9c536a89f6b6ee308bb946;p=lhc%2Fweb%2Fwiklou.git Partial revert of r80772. Did not mean to commit that potential but unconfirmed fix for bug 26135 --- 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' );