From c83210bfc6692401998d29cda2ccb532a332108d Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Fri, 2 Oct 2009 06:25:19 +0000 Subject: [PATCH] * opps missing ) --- js2/remoteMwEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js2/remoteMwEmbed.js b/js2/remoteMwEmbed.js index d41334664f..0f535ccf4d 100644 --- a/js2/remoteMwEmbed.js +++ b/js2/remoteMwEmbed.js @@ -92,7 +92,7 @@ function rewrite_for_OggHandler( vidIdList ){ pheight + 'px;">'; //set the video tag inner html and update the height $j( '#' + vidId ).html( vid_html ) - .css('height', pheight + 20; + .css('height', pheight + 20); } -- 2.20.1