r92885 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92884
|
r92885
|
r92886
>
Date:
21:03, 22 July 2011
Author:
werdna
Status:
ok
Tags:
Comment:
Add some slack to the width calculation
Modified paths:
/trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.js
—
—
@@ -231,7 +231,7 @@
232
232
.appendTo( 'body' )
233
233
// Fix the width after the icons and titles are localized and inserted
234
234
.width( function( i, width ) {
235
- return width;
235
+ return width + 10;
236
236
} );
237
237
238
238
// Bind triger
Status & tagging log
21:41, 22 July 2011
😂
(
talk
|
contribs
)
changed the
status
of r92885
[
removed:
new
added:
ok]