Changeset 62963
- Timestamp:
- 08/01/2026 12:29:43 PM (5 weeks ago)
- Location:
- trunk/src/js/media
- Files:
-
- 2 edited
-
controllers/cropper.js (modified) (1 diff)
-
views/button.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/controllers/cropper.js
r59197 r62963 117 117 118 118 this.$el.text(l10n.cropping); 119 this.$el. attr('disabled', true);119 this.$el.prop( 'disabled', true ); 120 120 121 121 controller.state().doCrop( selection ).done( function( croppedImage ) { -
trunk/src/js/media/views/button.js
r60229 r62963 65 65 this.el.className = classes.join(' '); 66 66 67 this.$el. attr( 'disabled', model.disabled );67 this.$el.prop( 'disabled', model.disabled ); 68 68 this.$el.text( this.model.get('text') ); 69 69
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)