mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
small fix
This commit is contained in:
parent
440d386ec0
commit
a9aece00d7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
|
||||
window.setInterval("getAjax('/api/system', parseSys)", 30000);
|
||||
window.setInterval("getAjax('/api/system', parseStat)", 30000);
|
||||
window.setInterval("getAjax('/api/statistics', parseStat)", 30000);
|
||||
|
||||
getAjax("/api/system", parseSys);
|
||||
getAjax("/api/statistics", parseStat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue