Update openresty.js

This commit is contained in:
dami 2026-06-20 18:37:41 +08:00
parent 7c7837b967
commit cf502ebf05
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}