bloody fragile HTML! - back to original, ignoring the browser debug warnings and it works! FFS.

This commit is contained in:
rljonesau 2019-01-28 15:08:42 +11:00
parent aafe381c66
commit 9f91aa579f
2 changed files with 4 additions and 5 deletions

View file

@ -458,12 +458,12 @@ display: none
<span id="PumpFixed"></span>
</div>
<div>
<b>Current Temp: </b><span id="TempCurrent"></span>
<b>Current Temp: </b><span id="TempCurrent">
</div>
<div id="ErrorDiv" style="color:crimson" hidden>
<b>Error <span id="ErrorString"></span> </b>
<b>Error <span id="ErrorString"> </b>
</div>
</span>
<div id="Advanced">
Advanced Settings
@ -492,7 +492,7 @@ Current Date:<br>
Current Time (24 Hour Format):<br>
<input type="time" id="curtime"> <input type="button" Value="Set Time" onclick="setcurrenttime()">
<hr>
<hr></hr>
<br><br>
Timer1: <input type="checkbox" border-radius="4px" name="Timer1" id="Timer1onoff"> <input type="text" class="schedule" id="Timer1Start"> <input type="text" id="Timer1End"> <br>
Timer2: <input type="checkbox" border-radius="4px" name="Tue"> <input type="text" class="schedule" id="Timer2Start"> <input type="text" id="Timer2End"><br>

View file

@ -35,7 +35,6 @@
#include <WiFiClient.h>
#include <WebServer.h>
#include <ESPmDNS.h>
#include <ESPAsyncWebServer.h>
#include <WebSocketsServer.h>