Browse Source

fix issue

V20220110.patch
zhoupzh 3 years ago
parent
commit
f9874f53d7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      public/home/home.js

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

@@ -39,7 +39,8 @@ if(document.location.host == "git.openi.org.cn" || document.URL.startsWith("http
var socket = new WebSocket(url);

socket.onopen = function () {
messageQueue = [];
messageQueue = [];
console.log("message has connected.");
};

var maxSize = 20;


Loading…
Cancel
Save