From cf502ebf055b33f612739bfd9ea1bc2ccfafd647 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 20 Jun 2026 18:37:41 +0800 Subject: [PATCH] Update openresty.js --- plugins/openresty/js/openresty.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/openresty/js/openresty.js b/plugins/openresty/js/openresty.js index a7ab55d29..7325f86d4 100755 --- a/plugins/openresty/js/openresty.js +++ b/plugins/openresty/js/openresty.js @@ -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); }