Skip to content

Commit

Permalink
WebHostLib: fix NamedRange in options presets (ArchipelagoMW#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
el-u authored Nov 28, 2023
1 parent 737686a commit 39969ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebHostLib/static/assets/player-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const setPresets = (optionsData, presetName) => {
break;
}

case 'special_range': {
case 'named_range': {
const selectElement = document.querySelector(`select[data-key='${option}']`);
const rangeElement = document.querySelector(`input[data-key='${option}']`);
const randomElement = document.querySelector(`.randomize-button[data-key='${option}']`);
Expand Down

0 comments on commit 39969ab

Please sign in to comment.