We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f13e3e commit 91693e3Copy full SHA for 91693e3
src/js/run.js
@@ -42,9 +42,6 @@ jQuery( document ).ready(function($) {
42
'startScan': 1
43
};
44
$( '.wpe-pcc-test-version' ).text(test_version);
45
- // Init and show the Progress Bar
46
- jQuery( '#wpe-progress' ).show();
47
-
48
// Start the test!
49
jQuery.post( ajaxurl, data ).always(function() {
50
// Start timer to check scan status.
@@ -124,9 +121,6 @@ function checkStatus() {
124
121
* Clear previous results.
125
122
*/
126
123
function resetDisplay() {
127
- jQuery( '#progressbar' ).progressbar({
128
- value: 0
129
- });
130
jQuery( '#testResults' ).text('');
131
jQuery( '#wpe-pcc-standardMode' ).html('');
132
jQuery( '#wpe-pcc-progress-count' ).text('');
0 commit comments