improved page loading time by ~60% - no gf
This commit is contained in:
@@ -54,8 +54,8 @@ $( document ).ready( function () {
|
||||
}
|
||||
|
||||
function trackProgress () {
|
||||
$( '.progress-item' ).html( `radio_button_unchecked` );
|
||||
document.getElementById( `step${currentlyShowing + 1}` ).innerHTML = `radio_button_checked`;
|
||||
$( '.progress-item' ).attr( 'src', `/assets/radio_button_unchecked.svg` );
|
||||
$( `#step${currentlyShowing + 1}` ).attr( 'src', `/assets/radio_button_checked.svg` );
|
||||
}
|
||||
|
||||
$( '.progress-item' ).click( function () {
|
||||
|
||||
Reference in New Issue
Block a user