From: Michael Dale Date: Sat, 25 Jul 2009 20:49:27 +0000 (+0000) Subject: removed extra control actions per in video update X-Git-Tag: 1.31.0-rc.0~40716 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=d5fd1da29c20c34bc5a62612fc4250866a395f72;p=lhc%2Fweb%2Fwiklou.git removed extra control actions per in video update --- diff --git a/js2/mwEmbed/libClipEdit/mvClipEdit.js b/js2/mwEmbed/libClipEdit/mvClipEdit.js index deea8e8303..5023add9ce 100644 --- a/js2/mwEmbed/libClipEdit/mvClipEdit.js +++ b/js2/mwEmbed/libClipEdit/mvClipEdit.js @@ -381,13 +381,8 @@ mvClipEdit.prototype = { _this.setInOutBindings(); } $j('#'+this.control_ct).append( _this.getInsertDescHtml() ); - - if( _this.p_rsdObj && _this.p_rsdObj.import_url_mode == 'none'){ - $j('#'+this.control_ct).append( gM('no_import_by_url') + '
' + - '' + gM('mv_cancel_image_insert') + ' ' ); - }else{ - this.updateInsertControlActions(); - } + //update control actions + this.updateInsertControlActions(); }, setInOutBindings:function(){ var _this = this;