diff --git a/sd-card/html/edit_config_param.html b/sd-card/html/edit_config_param.html
index 4c853b3e..76d04c67 100644
--- a/sd-card/html/edit_config_param.html
+++ b/sd-card/html/edit_config_param.html
@@ -591,7 +591,7 @@
Parameter per number sequence:
|
@@ -869,7 +869,7 @@
Parameter per number sequence:
|
@@ -954,7 +954,7 @@
Parameter per number sequence:
|
diff --git a/sd-card/html/edit_explain_7.html b/sd-card/html/edit_explain_7.html
index 9fe45010..0a4c722b 100644
--- a/sd-card/html/edit_explain_7.html
+++ b/sd-card/html/edit_explain_7.html
@@ -60,7 +60,7 @@ p {font-size: 1em;}
WriteConfigININew();
SaveConfigToServer(domainname);
- var stringota = getDomainname();
+ var stringota = getDomainname() + "/reboot";
parent.location = stringota;
parent.location.href = stringota;
parent.location.assign(stringota);
diff --git a/sd-card/html/edit_explain_7_abort.html b/sd-card/html/edit_explain_7_abort.html
index 3e66fd1e..987272b5 100644
--- a/sd-card/html/edit_explain_7_abort.html
+++ b/sd-card/html/edit_explain_7_abort.html
@@ -59,7 +59,7 @@ p {font-size: 1em;}
WriteConfigININew();
SaveConfigToServer(domainname);
- var stringota = getDomainname();
+ var stringota = getDomainname() + "/reboot";
parent.location = stringota;
parent.location.href = stringota;
parent.location.assign(stringota);