From: Michael Dale Date: Wed, 12 Aug 2009 18:17:08 +0000 (+0000) Subject: fixed layout for adjacent embed clips X-Git-Tag: 1.31.0-rc.0~40340 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=a07499bc7d353d27732b96ee50756cd5b5f3868b;p=lhc%2Fweb%2Fwiklou.git fixed layout for adjacent embed clips --- diff --git a/js2/mwEmbed/libEmbedVideo/embedVideo.js b/js2/mwEmbed/libEmbedVideo/embedVideo.js index 1c4958275f..e64aa67671 100644 --- a/js2/mwEmbed/libEmbedVideo/embedVideo.js +++ b/js2/mwEmbed/libEmbedVideo/embedVideo.js @@ -1656,12 +1656,12 @@ embedVideo.prototype = { js_log('embedVideo:getHTML : ' + this.id + ' resource type: ' + this.type); var _this = this; var html_code = ''; - html_code = '
'; + html_code = '
'; html_code += '
' + this.getThumbnailHTML() + '
'; //js_log("mvEmbed:controls "+ typeof this.controls); - if(this.controls) + if( this.controls ) { js_log("f:getHTML:AddControls"); html_code +='
'; @@ -1821,7 +1821,7 @@ embedVideo.prototype = { this.thumbnail = this.media_element.getThumbnailURL(); //put it all in the div container dc_id - thumb_html+= '
'+ '';