Skip to content

Commit

Permalink
No button logic for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed May 1, 2018
1 parent 88e8b31 commit 20ab6de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/posts/usac-campaign-finances/app.js
Expand Up @@ -140,12 +140,9 @@ function filterCandidates() {
}

function onChange() {
showAll.disabled = false;
let filteredCandidates = filterCandidates();

if (filteredCandidates.length === 0) {
showAll.checked = false;
showAll.disabled = true;
filteredCandidates = filterCandidates();
}

Expand Down

0 comments on commit 20ab6de

Please sign in to comment.