Skip to content

Commit

Permalink
Update js/client-mainmenu.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kris Johnson <[email protected]>
  • Loading branch information
mia-pi-git and KrisXV authored Oct 23, 2023
1 parent 3945e54 commit ee23625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/client-mainmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@
// avoiding that decision for now because it requires either an ugly hack
// or an overhaul of BattleFormats.
this.open = Storage.prefs('openformats') || {
"S/V Singles": true, "S/V Doubles": true, "National Dex": true,
"OM of the Month": true, "Randomized Format Spotlight": true, "RoA Spotlight": true,
"S/V Singles": true, "S/V Doubles": true, "National Dex": true, "OM of the Month": true,
"Other Metagames": true, "Randomized Format Spotlight": true, "RoA Spotlight": true,
};
}
if (!this.search) this.search = "";
Expand Down

0 comments on commit ee23625

Please sign in to comment.