Skip to content

Commit

Permalink
Fix Browser.js error
Browse files Browse the repository at this point in the history
Corrected missing elements
  • Loading branch information
eldri7ch2 committed Jul 16, 2024
1 parent 6120e48 commit 9837a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,8 +954,8 @@
guarded: document.getElementById('extension-guarded'),
spread: document.getElementById('extension-spread'),
equipment: document.getElementById('extension-equipment'),
guarded: document.getElementById('extension-tourist'),
guarded: document.getElementById('extension-wanderer'),
tourist: document.getElementById('extension-tourist'),
wanderer: document.getElementById('extension-wanderer'),
classic: document.getElementById('extension-classic'),
},
relicLocationsArg: document.getElementById('relic-locations-arg'),
Expand Down

0 comments on commit 9837a7c

Please sign in to comment.