Ticket #2772: 2772.patch
File 2772.patch, 981 bytes (added by , 16 years ago) |
---|
-
_source/plugins/image/dialogs/image.js
407 407 var imgObject = this.editObj[ 'image' ]; 408 408 409 409 // Fill out all fields. 410 if ( !readAttribute.apply( this, [ 'info', '_cke_saved_ url', 'txtUrl', imgObject ] ) )410 if ( !readAttribute.apply( this, [ 'info', '_cke_saved_src', 'txtUrl', imgObject ] ) ) 411 411 readAttribute.apply( this, [ 'info', 'src', 'txtUrl', imgObject ] ) 412 412 413 413 readAttribute.apply( this, [ 'info', 'alt', 'txtAlt', imgObject ] ); … … 733 733 validate : function() 734 734 { 735 735 addChange( 'src', this, 'image' ); 736 addChange( '_cke_saved_ url', this, 'image' );736 addChange( '_cke_saved_src', this, 'image' ); 737 737 return true; 738 738 }, 739 739 onChange : function(){