Browse Source

fix issue

tags/v1.22.1.3
zhoupzh 3 years ago
parent
commit
36dcbd8440
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      public/home/home.js

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

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

socket.onopen = function () {
messageQueue = [];
};

var maxSize = 20;


Loading…
Cancel
Save