Changeset 26425
- Timestamp:
- 11/26/2013 11:30:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/image-edit.js
r26292 r26425 183 183 } 184 184 185 if ( $('#imgedit-history-' + postid).val() && $('#imgedit-undone-' + postid).val() === 0) {185 if ( $('#imgedit-history-' + postid).val() && $('#imgedit-undone-' + postid).val() === '0' ) { 186 186 $('input.imgedit-submit-btn', '#imgedit-panel-' + postid).removeAttr('disabled'); 187 187 } else {
Note: See TracChangeset
for help on using the changeset viewer.