From 156e9bcd74f59012751c4088d8c110ed70d457e2 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Mon, 31 Jul 2023 10:36:28 -0700 Subject: [PATCH] Use relative paths --- js/comfyui-manager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 44fc04c9..85955cb7 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -1,5 +1,5 @@ -import { app } from "/scripts/app.js"; -import { ComfyDialog, $el } from "/scripts/ui.js"; +import { app } from "../../scripts/app.js"; +import { ComfyDialog, $el } from "../../scripts/ui.js"; import {ComfyWidgets} from "../../scripts/widgets.js"; var update_comfyui_button = null;