r73365 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73364‎ | r73365 | r73366 >
Date:08:30, 20 September 2010
Author:dale
Status:deferred
Tags:
Comment:
* more play inline gallery size tweeks
Modified paths:
  • /branches/MwEmbedStandAlone/remotes/mediaWiki.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/remotes/mediaWiki.js
@@ -455,7 +455,7 @@
456456 var _this = this;
457457
458458 var dialogHeight = ( pheight == 0 )? 175 :
459 - ( pheight + 25 );
 459+ ( pheight + 30 );
460460 var buttons = {};
461461 buttons[ gM( 'mwe-ok' ) ] = function(){
462462 var embedPlayer = $j( '#mwe_' + $j( _this ).data( 'playerId' ) ).get(0);
@@ -471,7 +471,7 @@
472472 'content' : html_out,
473473 'buttons' : buttons,
474474 'height' : dialogHeight,
475 - 'width' : 425
 475+ 'width' : 430
476476 })
477477
478478 // Update the embed code to use the mwEmbed player:

Status & tagging log