mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 05:01:39 +02:00
add parseESP in all html
This commit is contained in:
parent
fbf75d1e9e
commit
834c8115a8
5 changed files with 7 additions and 1 deletions
|
@ -43,8 +43,10 @@
|
|||
var exeOnce = true;
|
||||
|
||||
function parseSys(obj) {
|
||||
if(true == exeOnce)
|
||||
if(true == exeOnce){
|
||||
parseVersion(obj);
|
||||
parseESP(obj);
|
||||
}
|
||||
}
|
||||
|
||||
function parseIv(obj, root) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue