Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
bijij committed Feb 21, 2018
1 parent a4797a7 commit ebaff3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/popup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// On options button click
document.getElementById('options-page').addEventListener('click', event => {
document.getElementById('options-page').addEventListener('click', function() {
chrome.runtime.openOptionsPage();
});

0 comments on commit ebaff3f

Please sign in to comment.