diff --git a/js/client-mainmenu.js b/js/client-mainmenu.js index a334f9cfa1..8d3db29c6d 100644 --- a/js/client-mainmenu.js +++ b/js/client-mainmenu.js @@ -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 = "";