Update openresty.js
This commit is contained in:
parent
7c7837b967
commit
cf502ebf05
|
|
@ -129,6 +129,9 @@ function getOpStatus(){
|
|||
getOpStatusOne();
|
||||
clearInterval(optmp_timer);
|
||||
optmp_timer = setInterval(function(){
|
||||
if ($(".soft-man-con").length == 0){
|
||||
clearInterval(optmp_timer);
|
||||
}
|
||||
getOpStatusInterval();
|
||||
}, 5000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue