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 @@
232232 .appendTo( 'body' )
233233 // Fix the width after the icons and titles are localized and inserted
234234 .width( function( i, width ) {
235 - return width;
 235+ return width + 10;
236236 } );
237237
238238 // Bind triger

Status & tagging log