Skip to content

Commit

Permalink
Lint filter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jul 8, 2021
1 parent 58971f4 commit 10d9a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

function isAddOnDetected() {
const addNotes = document.querySelector('.additional-notes');
const addNotes = document.querySelector(".additional-notes");
if (!addNotes) return false;
return (addNotes.offsetWidth > 0 && addNotes.offsetHeight > 0);
}
Expand Down

0 comments on commit 10d9a44

Please sign in to comment.