Skip to content

Commit 125c212

Browse files
committed
Remove call to action sidebar
1 parent 23dac26 commit 125c212

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

readme.txt

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ To disclose security issues for this plugin please email [email protected]
114114

115115
== Changelog ==
116116

117+
= 1.4.4 =
118+
- Removed call to action sidebar.
119+
117120
= 1.4.3 =
118121
- Fixed Composer issue.
119122

src/js/run.js

-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ function displayReport( response ) {
230230
} else if ( compatible ) {
231231
jQuery( '.wpe-pcc-download-report' ).show();
232232
jQuery( '.wpe-pcc-results' ).show();
233-
jQuery( '.wpe-pcc-information-errors' ).show();
234233
} else {
235234
// Display scan stats.
236235
jQuery( '.wpe-pcc-download-report' ).show();

0 commit comments

Comments
 (0)