Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.10.1^2
zouap 2 years ago
parent
commit
324524c555
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      public/home/home.js

+ 2
- 7
public/home/home.js View File

@@ -81,15 +81,10 @@ var isZh = true;
if(lang != null && lang.nodeValue =="en-US" ){
isZh=false;
}
var readystat = false;
document.onreadystatechange = function () {
if(document.readyState=="complete"){
if(document.readyState != "complete"){
return;
}
// if(readystat){
// return;
// }
// readystat = true;
console.log("Start to open WebSocket." + document.readyState);
queryRecommendData();



Loading…
Cancel
Save