add parseESP in all html

This commit is contained in:
DanielR92 2022-11-14 20:31:06 +01:00
parent fbf75d1e9e
commit 834c8115a8
5 changed files with 7 additions and 1 deletions

View file

@ -38,6 +38,7 @@
<script type="text/javascript">
function parseSys(obj) {
parseVersion(obj);
parseESP(obj);
}
function parse(obj) {