Skip to content

Commit

Permalink
fix click for non-existent id.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed May 27, 2024
1 parent 6dd11b4 commit 52fcee2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ext/scripts/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ class HTML {
}
if (location.hash.includes(`#newinstall`)) {
document.getElementById(`newInstallNotice`).style.display = `inline`
document
.getElementById(`newInstallSamples`)
.addEventListener(`click`, () => {
document.getElementById(`hero2`).click()
})
const backup = new Backup()
backup.newInstall()
// 10 Feb 2024, removed the unused, onclick event listener for
Expand Down

0 comments on commit 52fcee2

Please sign in to comment.