From 0babb0232eefd4c7beeac5c2a3439c249788c780 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 17 Oct 2022 16:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=89=93=E5=8D=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/home.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/home/home.js b/public/home/home.js index 413b7f3b6..aa9b5ad5f 100755 --- a/public/home/home.js +++ b/public/home/home.js @@ -83,10 +83,10 @@ if(lang != null && lang.nodeValue =="en-US" ){ } var readystat = false; document.onreadystatechange = function () { - if(readystat){ - return; - } - readystat = true; + // if(readystat){ + // return; + // } + // readystat = true; console.log("Start to open WebSocket."); queryRecommendData();