r73575 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73574‎ | r73575 | r73576 >
Date:21:41, 22 September 2010
Author:dale
Status:deferred
Tags:
Comment:
audio should not take up display space
Modified paths:
  • /branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js
@@ -365,7 +365,10 @@
366366 'id' : this.smil.getSmilElementPlayerID( smilElement ),
367367 'src' : this.smil.getAssetUrl( $j( smilElement ).attr( 'src' ) )
368368 } )
369 - .css( 'display', 'none');
 369+ .css( {
 370+ 'width': '0px',
 371+ 'height' : '0px'
 372+ });
370373 },
371374
372375 /**

Status & tagging log