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();