Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jussivirtanen committed Aug 21, 2020
1 parent f90aaf4 commit 80306a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 2-save-button/index-COMPLETE.html
Expand Up @@ -73,8 +73,6 @@
const button = event.currentTarget;
// Text within button
const text = button.querySelector('.text');
// Spinner within button
const loader = button.querySelector('.loader');
button.classList.add('active');
button.disabled = true;
text.innerText = 'Saving';
Expand Down

0 comments on commit 80306a1

Please sign in to comment.