Skip to content

Commit 91693e3

Browse files
committed
Remove progress bar logic.
1 parent 8f13e3e commit 91693e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/js/run.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jQuery( document ).ready(function($) {
4242
'startScan': 1
4343
};
4444
$( '.wpe-pcc-test-version' ).text(test_version);
45-
// Init and show the Progress Bar
46-
jQuery( '#wpe-progress' ).show();
47-
4845
// Start the test!
4946
jQuery.post( ajaxurl, data ).always(function() {
5047
// Start timer to check scan status.
@@ -124,9 +121,6 @@ function checkStatus() {
124121
* Clear previous results.
125122
*/
126123
function resetDisplay() {
127-
jQuery( '#progressbar' ).progressbar({
128-
value: 0
129-
});
130124
jQuery( '#testResults' ).text('');
131125
jQuery( '#wpe-pcc-standardMode' ).html('');
132126
jQuery( '#wpe-pcc-progress-count' ).text('');

0 commit comments

Comments
 (0)