diff --git a/code/html/custom.js b/code/html/custom.js index 5ca9558b..de0c5af7 100644 --- a/code/html/custom.js +++ b/code/html/custom.js @@ -532,11 +532,11 @@ function doReconnect(ask) { function doUpdate() { - var form = $("#formSave"); - if (validateForm(form)) { + var forms = $(".form-settings"); + if (validateForm(forms)) { // Get data - sendConfig(getData(form)); + sendConfig(getData(forms)); // Empty special fields $(".pwrExpected").val(0); diff --git a/code/html/index.html b/code/html/index.html index b1053014..2ccf660a 100644 --- a/code/html/index.html +++ b/code/html/index.html @@ -28,7 +28,7 @@
-
+
@@ -314,8 +314,7 @@
- - +
@@ -387,7 +386,9 @@
+ +
@@ -419,8 +420,10 @@
+
- + +
@@ -506,8 +509,10 @@
- +
+ +
@@ -620,7 +625,9 @@
+
+
@@ -662,7 +669,9 @@
+
+
@@ -686,8 +695,10 @@
+
- + +
@@ -716,10 +727,12 @@
+
+
+
-

MESSAGES

@@ -758,8 +771,10 @@

- +
+ +
@@ -879,7 +894,9 @@
+
+
@@ -923,7 +940,9 @@
+
+
@@ -970,7 +989,9 @@
+
+
@@ -1024,7 +1045,9 @@
+
+
@@ -1066,7 +1089,9 @@
+
+
@@ -1115,7 +1140,9 @@
+
+
@@ -1147,8 +1174,10 @@
+
- + +
@@ -1304,9 +1333,11 @@
- +
+ - + +
@@ -1326,10 +1357,10 @@
-
- +
+