Skip to content

Commit

Permalink
Version 6.3.2; Docu
Browse files Browse the repository at this point in the history
  • Loading branch information
platenspeler committed Feb 24, 2020
1 parent daf6c00 commit 7fe8550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_wwwServer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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 += "}";
Expand Down

0 comments on commit 7fe8550

Please sign in to comment.