* fix index.html to load inverter info immediately

* changed timestamp to 1 for stand alone ESP, #90
This commit is contained in:
lumapu 2022-07-07 20:53:01 +02:00
parent 457792d20b
commit 21624cb517
4 changed files with 7 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<script type="text/javascript">
getAjax('/uptime', 'uptime');
getAjax('/time', 'time');
getAjax('/cmdstat', 'cmdstat');
getAjax('/cmdstat', 'cmds');
window.setInterval("getAjax('/uptime', 'uptime')", {JS_TS});
window.setInterval("getAjax('/time', 'time')", {JS_TS});
window.setInterval("getAjax('/cmdstat', 'cmds')", {JS_TS});