diff --git a/static/balance.js b/static/balance.js index 4275b99..02041f3 100644 --- a/static/balance.js +++ b/static/balance.js @@ -263,3 +263,8 @@ if(fastposSubmission){ fastposSubmission.addEventListener("focus", fastPosChangedFunc) } setInterval(queryForPlayerData(), 3000) + +formContainer = document.getElementById("form-container") +if(formContainer){ + formContainer.reset() +} diff --git a/templates/json_builder.html b/templates/json_builder.html index 742f77c..638e159 100644 --- a/templates/json_builder.html +++ b/templates/json_builder.html @@ -34,7 +34,7 @@
-
+
{% for side in sides %}
{% for field in range(5) %} @@ -71,7 +71,7 @@ {% endfor %}
{% endfor %} -
+