From 51c324b2f16e884484da019bb1622bb2a8024817 Mon Sep 17 00:00:00 2001 From: Distrib Date: Thu, 16 May 2024 11:29:06 +0200 Subject: [PATCH] Add Elo filter 1000 PR for https://www.smogon.com/forums/threads/give-an-option-for-1000-minimum-elo-in-the-battles-tab-to-filter-out-challenge-battles.3743305/ --- play.pokemonshowdown.com/js/client-rooms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.pokemonshowdown.com/js/client-rooms.js b/play.pokemonshowdown.com/js/client-rooms.js index a6f48fb191..a25f860281 100644 --- a/play.pokemonshowdown.com/js/client-rooms.js +++ b/play.pokemonshowdown.com/js/client-rooms.js @@ -224,7 +224,7 @@ var buf = '

'; buf += '

'; - buf += ''; + buf += ''; buf += '

'; buf += '

Loading...

'; buf += '
';