r83152 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r83151
|
r83152
|
r83153
>
Date:
18:01, 3 March 2011
Author:
catrope
Status:
ok
Tags:
Comment:
1.17wmf1: (
bug 27837
) Fix placeholder bug by removing seemingly useless else branch
Modified paths:
/branches/wmf/1.17wmf1/resources/jquery/jquery.placeholder.js
(modified) (
history
)
Diff
[
purge
]
Index: branches/wmf/1.17wmf1/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
Follow-up revisions
Revision
Commit summary
Author
Date
r83153
Merge
r83152
from 1.17wmf1 to trunk
catrope
18:04, 3 March 2011
Status & tagging log
15:02, 31 March 2011
😂
(
talk
|
contribs
)
changed the
status
of r83152
[
removed:
new
added:
ok]