This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix issue
V20220110.patch
zhoupzh
3 years ago
parent
36dcbd8440
commit
f9874f53d7
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save