Changeset 42018
- Timestamp:
- 10/25/2017 01:13:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/updates.js
r41978 r42018 1194 1194 $card = $button.closest( '.theme' ).addClass( 'theme-install-failed' ).append( $message ); 1195 1195 } 1196 $( '.wp-full-overlay' ).removeClass( 'customize-loading' );1196 wp.customize.notifications.remove( 'theme_installing' ); 1197 1197 } else { 1198 1198 if ( $document.find( 'body' ).hasClass( 'full-overlay-active' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.