From 0b923a593a84979d269e54f78bff358839eb5d2d Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 9 Dec 2023 08:57:18 +0900 Subject: [PATCH] fix: class, id are switched --- __init__.py | 2 +- js/comfyui-manager.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 3e8d0807..efaf3f63 100644 --- a/__init__.py +++ b/__init__.py @@ -18,7 +18,7 @@ import re import signal import nodes -version = "V1.10" +version = "V1.10.1" print(f"### Loading: ComfyUI-Manager ({version})") required_comfyui_revision = 1793 diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 292e49e4..8a583005 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -435,7 +435,7 @@ async function updateAll(update_check_checkbox, manager_dialog) { return false; } if(response1.status == 201 || response2.status == 201) { - app.ui.dialog.show("ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser."); + app.ui.dialog.show("ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser."); const rebootButton = document.getElementById('cm-reboot-button'); rebootButton.onclick = function() {