r53765 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53764‎ | r53765 | r53766 >
Date:20:49, 25 July 2009
Author:dale
Status:deferred
Tags:
Comment:
removed extra control actions per in video update
Modified paths:
  • /trunk/phase3/js2/mwEmbed/libClipEdit/mvClipEdit.js (modified) (history)

Diff [purge]

Index: trunk/phase3/js2/mwEmbed/libClipEdit/mvClipEdit.js
@@ -381,13 +381,8 @@
382382 _this.setInOutBindings();
383383 }
384384 $j('#'+this.control_ct).append( _this.getInsertDescHtml() );
385 -
386 - if( _this.p_rsdObj && _this.p_rsdObj.import_url_mode == 'none'){
387 - $j('#'+this.control_ct).append( gM('no_import_by_url') + '<br>' +
388 - '<a href="#" class="mv_cancel_img_edit" title="' + gM('mv_cancel_image_insert')+'">' + gM('mv_cancel_image_insert') + '</a> ' );
389 - }else{
390 - this.updateInsertControlActions();
391 - }
 385+ //update control actions
 386+ this.updateInsertControlActions();
392387 },
393388 setInOutBindings:function(){
394389 var _this = this;

Status & tagging log