From 8b9af2f36488df02a9110a6098cec678c3b0a523 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 3 Mar 2011 18:04:11 +0000 Subject: [PATCH] Merge r83152 from 1.17wmf1 to trunk --- resources/jquery/jquery.placeholder.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/jquery/jquery.placeholder.js b/resources/jquery/jquery.placeholder.js index d4c00e5075..1445738c92 100644 --- a/resources/jquery/jquery.placeholder.js +++ b/resources/jquery/jquery.placeholder.js @@ -33,8 +33,6 @@ $.fn.placeholder = function() { if ( this.value === '' ) { this.value = placeholder; $input.addClass( 'placeholder' ); - } else { - $input.removeClass( 'placeholder' ); } } ) @@ -62,4 +60,4 @@ $.fn.placeholder = function() { }); }; -} )( jQuery ); \ No newline at end of file +} )( jQuery ); -- 2.20.1