Explorar el Código

Use CSS animations to clean up JS

Andrew Chalkley hace 9 años
padre
commit
dd4376a495
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      front-end/js/app.js

+ 0 - 2
front-end/js/app.js

@@ -271,10 +271,8 @@ function prepareUIForFlashing(callback) {
 }
 
 function restoreUI(callback) {
-    let percent = 0;
     appWrapper.classList.remove("flashing");
     appWrapper.classList.add("finished");
-
     updateProgressBar(100, svg);
     if(callback) callback();
 }