Ticket #36236: 36236.diff
File 36236.diff, 537 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/js/customize-controls.js
2271 2271 controller.setImageFromAttachment( croppedImage ); 2272 2272 controller.frame.close(); 2273 2273 } ).fail( function() { 2274 controller. trigger('content:error:crop');2274 controller.frame.trigger('content:error:crop'); 2275 2275 } ); 2276 2276 } else { 2277 2277 this.frame.setState( 'cropper' );