Changeset 27913
- Timestamp:
- 04/02/2014 07:24:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-widgets.js
r27909 r27913 1286 1286 control.setting( r.data.instance ); 1287 1287 control.is_widget_updating = false; 1288 } else { 1289 // no change was made, so stop the spinner now instead of when the preview would updates 1290 control.container.removeClass( 'previewer-loading' ); 1288 1291 } 1289 1292 … … 1309 1312 } ); 1310 1313 jqxhr.always( function () { 1311 control.container.removeClass( 'previewer-loading' );1312 1314 control.container.removeClass( 'widget-form-loading' ); 1313 1315 inputs.each( function () {
Note: See TracChangeset
for help on using the changeset viewer.