Ticket #4399: 4399.patch
File 4399.patch, 558 bytes (added by , 13 years ago) |
---|
-
_source/plugins/filebrowser/plugin.js
348 348 if ( targetInput ) 349 349 dialog.getContentElement( targetInput[ 0 ], targetInput[ 1 ] ).reset(); 350 350 351 if ( typeof data == 'function' && data.call( this._.filebrowserSe ) === false ) 352 return; 353 351 354 if ( onSelect && onSelect.call( this._.filebrowserSe, fileUrl, data ) === false ) 352 355 return; 353 356