r57273 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57272‎ | r57273 | r57274 >
Date:06:25, 2 October 2009
Author:dale
Status:deferred
Tags:
Comment:
* opps missing )
Modified paths:
  • /trunk/phase3/js2/remoteMwEmbed.js (modified) (history)

Diff [purge]

Index: trunk/phase3/js2/remoteMwEmbed.js
@@ -92,7 +92,7 @@
9393 pheight + 'px;"></video>';
9494 //set the video tag inner html and update the height
9595 $j( '#' + vidId ).html( vid_html )
96 - .css('height', pheight + 20;
 96+ .css('height', pheight + 20);
9797
9898 }
9999

Status & tagging log