From f256637f806c6bc34d22c2b32d38119a884c89a6 Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 16 Aug 2024 19:57:29 -0700 Subject: [PATCH] remove debugger statement! --- manifest.json | 4 ++-- src/ui/components/NiMain.vue | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8d33e86..e5d5c95 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_appName__", - "version": "0.0.0", + "version": "3.10.0", "default_locale": "en", "description": "__MSG_appDescription__", "author": "June07 <667@june07.com> (https://june07.com/)", @@ -77,7 +77,7 @@ ] }, "short_name": "__MSG_appShortName__", - "version_name": "3.9.1", + "version_name": "3.10.0", "omnibox": { "keyword": "about" } diff --git a/src/ui/components/NiMain.vue b/src/ui/components/NiMain.vue index 5e1723b..d23184c 100644 --- a/src/ui/components/NiMain.vue +++ b/src/ui/components/NiMain.vue @@ -552,7 +552,6 @@ function clickHandlerSessionUpdate(action, tabId, sessionId) { function update(event) { const { id } = event.target - debugger if ( !id.match(/host|port/) || !form.value.errors.find((e) => e.id === id)?.errorMessages.length