Changeset 21380
- Timestamp:
- 08/01/2012 02:27:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/plupload/wp-plupload.dev.js
r21379 r21380 114 114 }( this.dropzone, this.supports.dragdrop )); 115 115 116 if ( this.browser ) 116 if ( this.browser ) { 117 117 this.browser.on( 'mouseenter', this.refresh ); 118 } else { 119 this.uploader.disableBrowse( true ); 120 // If HTML5 mode, hide the auto-created file container. 121 $('#' + this.uploader.id + '_html5_container').hide(); 122 } 118 123 119 124 this.uploader.bind( 'UploadProgress', this.progress );
Note: See TracChangeset
for help on using the changeset viewer.