We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125c212 commit 22a6b26Copy full SHA for 22a6b26
src/js/run.js
@@ -234,7 +234,6 @@ function displayReport( response ) {
234
// Display scan stats.
235
jQuery( '.wpe-pcc-download-report' ).show();
236
$( '#wpe-pcc-standardMode' ).prepend( '<p>' + failedCount + ' ' + window.wpephpcompat.out_of + ' ' + plugins.length + ' ' + window.wpephpcompat.are_not + '.</p>' );
237
- jQuery( '.wpe-pcc-information-errors' ).show();
238
jQuery( '.wpe-pcc-results' ).show();
239
}
240
0 commit comments