mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-05-28 22:17:14 +08:00
Another small fix.
This commit is contained in:
parent
263179fbc4
commit
86219f7942
@ -500,7 +500,7 @@ document.addEventListener('drop', (event) => {
|
|||||||
if(ws) return;
|
if(ws) return;
|
||||||
|
|
||||||
let opened = false;
|
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", () => {
|
ws.addEventListener("open", () => {
|
||||||
opened = true;
|
opened = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user