From e75e7208695d45da56823304ff316cf3705077a5 Mon Sep 17 00:00:00 2001 From: Slider0007 Date: Mon, 1 May 2023 19:23:01 +0200 Subject: [PATCH] Update --- sd-card/html/edit_config_param.html | 6 +++--- sd-card/html/edit_explain_7.html | 2 +- sd-card/html/edit_explain_7_abort.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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);