mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-24 13:26:58 +02:00
* fix index.html to load inverter info immediately
* changed timestamp to 1 for stand alone ESP, #90
This commit is contained in:
parent
457792d20b
commit
21624cb517
4 changed files with 7 additions and 3 deletions
|
@ -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});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue