Ticket #4399: 4399.patch

File 4399.patch, 558 bytes (added by Wiktor Walc, 14 years ago)
  • _source/plugins/filebrowser/plugin.js

     
    348348                if ( targetInput )
    349349                        dialog.getContentElement( targetInput[ 0 ], targetInput[ 1 ] ).reset();
    350350
     351                if ( typeof data == 'function' && data.call( this._.filebrowserSe ) === false )
     352                        return;
     353
    351354                if ( onSelect && onSelect.call( this._.filebrowserSe, fileUrl, data ) === false )
    352355                        return;
    353356
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy