Changeset 50766
- Timestamp:
- 04/17/2021 11:27:35 AM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/site-health.js
r50764 r50766 13 13 sprintf = wp.i18n.sprintf, 14 14 clipboard = new ClipboardJS( '.site-health-copy-buttons .copy-button' ), 15 isStatusTab = $( '.health-check-body.health-check-status-tab' ).length, 15 16 isDebugTab = $( '.health-check-body.health-check-debug-tab' ).length, 16 17 pathsSizesSection = $( '#health-check-accordion-block-wp-paths-sizes' ), … … 230 231 } 231 232 232 if ( ! isDebugTab ) {233 if ( isStatusTab ) { 233 234 $.post( 234 235 ajaxurl, … … 347 348 } 348 349 349 if ( 'undefined' !== typeof SiteHealth && ! isDebugTab) {350 if ( 'undefined' !== typeof SiteHealth ) { 350 351 if ( 0 === SiteHealth.site_status.direct.length && 0 === SiteHealth.site_status.async.length ) { 351 352 recalculateProgression(); -
trunk/src/wp-admin/site-health.php
r50765 r50766 196 196 </div> 197 197 198 <div class="health-check-body h ide-if-no-js">198 <div class="health-check-body health-check-status-tab hide-if-no-js"> 199 199 <div class="site-status-all-clear hide"> 200 200 <p class="icon">
Note: See TracChangeset
for help on using the changeset viewer.