Skip to content

Commit 22a6b26

Browse files
committed
Remove call to action sidebar
1 parent 125c212 commit 22a6b26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/run.js

-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ function displayReport( response ) {
234234
// Display scan stats.
235235
jQuery( '.wpe-pcc-download-report' ).show();
236236
$( '#wpe-pcc-standardMode' ).prepend( '<p>' + failedCount + ' ' + window.wpephpcompat.out_of + ' ' + plugins.length + ' ' + window.wpephpcompat.are_not + '.</p>' );
237-
jQuery( '.wpe-pcc-information-errors' ).show();
238237
jQuery( '.wpe-pcc-results' ).show();
239238
}
240239
}

0 commit comments

Comments
 (0)