Index: trunk/phase3/resources/jquery/jquery.placeholder.js |
— | — | @@ -33,8 +33,6 @@ |
34 | 34 | if ( this.value === '' ) { |
35 | 35 | this.value = placeholder; |
36 | 36 | $input.addClass( 'placeholder' ); |
37 | | - } else { |
38 | | - $input.removeClass( 'placeholder' ); |
39 | 37 | } |
40 | 38 | } ) |
41 | 39 | |
— | — | @@ -62,4 +60,4 @@ |
63 | 61 | |
64 | 62 | }); |
65 | 63 | }; |
66 | | -} )( jQuery ); |
\ No newline at end of file |
| 64 | +} )( jQuery ); |