platenspeler 5 лет назад
Родитель
Сommit
7fe8550d5b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/_wwwServer.ino

+ 1 - 1
src/_wwwServer.ino

@@ -163,7 +163,7 @@ void buttonDocu()
 	response += "    txt += \"Click OK to continue viewing documentation,\\n\"; ";
 	response += "    txt += \"or Cancel to return to the home page.\\n\\n\"; ";
 	response += "    if(confirm(txt)) { ";
-	response += "      document.location.href = \"https://things4u.github.io/Projects/SingleChannelGateway/1ch_GWay.html"; ";
+	response += "      document.location.href = \"https://things4u.github.io/Projects/SingleChannelGateway/1ch_GWay.html\"; ";
 	response += "    }";
 	response += "  }";
 	response += "}";