Skip to content

Commit

Permalink
fix code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDotJS committed Nov 14, 2023
1 parent ed9ec96 commit 2065fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ setupListCreator(newHostnameButton, hostnameList, (newHostname) => {
// dont ask for confirmation

const noConfirmElem = document.getElementById(`no-confirm`);
noConfirm.addEventListener(`change`, (e) => {
noConfirmElem.addEventListener(`change`, (e) => {
markChanged();
});

Expand Down

0 comments on commit 2065fa0

Please sign in to comment.