From 2ce48a71472c94a37d15395d77dcd4f94c64d09b Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Thu, 3 Jun 2021 20:22:11 +0200 Subject: [PATCH] allow * internally --- static/balance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/balance.js b/static/balance.js index e3a3762..67f5114 100644 --- a/static/balance.js +++ b/static/balance.js @@ -1,5 +1,5 @@ positions = [ "Top", "Jungle", "Mid", "Support" , "Bottom" ] -acceptedParser = [ "top", "jungle", "mid", "sup" , "bot", "adc", "support", "bottom" ] +acceptedParser = [ "top", "jungle", "mid", "sup" , "bot", "adc", "support", "bottom", "*" ] function checkPlayer() { if(this.value == ""){