Browse Source

Use CSS animations to clean up JS

Andrew Chalkley 9 năm trước cách đây
mục cha
commit
dd4376a495
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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();
 }