@ -96,6 +96,7 @@
if(true == exeOnce) {
parseVersion(obj);
parseESP(obj);
window.setInterval("getAjax('/api/system', parseSys)", 10000);
exeOnce = false;
}
@ -332,6 +332,7 @@
if(!obj["pwd_set"])
e.value = "";
function parseStaticIp(obj) {
@ -38,6 +38,7 @@
<script type="text/javascript">
function parseSys(obj) {
function parse(obj) {
@ -48,6 +48,7 @@
@ -43,8 +43,10 @@
var exeOnce = true;
if(true == exeOnce)
if(true == exeOnce){
function parseIv(obj, root) {