Index: trunk/phase3/js2/mwEmbed/libClipEdit/mvClipEdit.js |
— | — | @@ -381,13 +381,8 @@ |
382 | 382 | _this.setInOutBindings(); |
383 | 383 | } |
384 | 384 | $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(); |
392 | 387 | }, |
393 | 388 | setInOutBindings:function(){ |
394 | 389 | var _this = this; |