aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/main.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/main.js b/assets/main.js
index c83e4fc..7ca4306 100644
--- a/assets/main.js
+++ b/assets/main.js
@@ -41,6 +41,15 @@ if (path == '/login') {
trim_inputs_on_blur()
control_remove_button()
+} else if (path == '/balancing') { // Balancing creation
+
+ trim_inputs_on_blur()
+
+} else if (path.startsWith('/balancing/')) { // Balancing modification
+
+ trim_inputs_on_blur()
+ control_remove_button()
+
} else if (path == '/balance') {
} else if (path == '/statistics') {