r84200 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r84199
|
r84200
|
r84201
>
Date:
20:34, 17 March 2011
Author:
kaldari
Status:
deferred
Tags:
Comment:
fixing tipsy for explorer
Modified paths:
/trunk/extensions/UploadWizard/resources/mw.UploadWizard.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js
—
—
@@ -1144,7 +1144,7 @@
1145
1145
contentSource = 'title';
1146
1146
}
1147
1147
return this.append(
1148
- $j( '<span>' )
1148
+ $j( '<span/>' )
1149
1149
.addClass( 'mwe-upwiz-hint' )
1150
1150
.attr( attrs )
1151
1151
.click( function() { $( this ).tipsy( 'toggle' ); return false; } )
Status & tagging log
22:35, 15 April 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r84200
[
removed:
new
added:
deferred]