"...git@developer.sourcefind.cn:wuxk1/megatron-lm.git" did not exist on "99a0c39ea23936072cfd7fb1ce1fd2b8298e9b20"
Commit c1d58100 authored by comfyanonymous's avatar comfyanonymous
Browse files

Another small fix.

parent 73251f92
......@@ -500,7 +500,7 @@ document.addEventListener('drop', (event) => {
if(ws) return;
let opened = false;
ws = new WebSocket(`ws${window.location.protocol === "https"? "s" : ""}://${location.host}/ws`);
ws = new WebSocket(`ws${window.location.protocol === "https:"? "s" : ""}://${location.host}/ws`);
ws.addEventListener("open", () => {
opened = true;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment