Browse Source

提交代码。

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

+ 4
- 1
public/home/home.js View File

@@ -83,11 +83,14 @@ if(lang != null && lang.nodeValue =="en-US" ){
}
var readystat = false;
document.onreadystatechange = function () {
if(document.readyState=="complete"){

}
// if(readystat){
// return;
// }
// readystat = true;
console.log("Start to open WebSocket.");
console.log("Start to open WebSocket." + document.readyState);
queryRecommendData();

var output = document.getElementById("newmessage");


Loading…
Cancel
Save