diff --git a/public/scripts/BulkEditOverlay.js b/public/scripts/BulkEditOverlay.js index 61b8d5eb0..ebfd10420 100644 --- a/public/scripts/BulkEditOverlay.js +++ b/public/scripts/BulkEditOverlay.js @@ -2,7 +2,6 @@ import { characterGroupOverlay, - callPopup, characters, event_types, eventSource, diff --git a/public/scripts/extensions/regex/index.js b/public/scripts/extensions/regex/index.js index 3dc87c3ca..276127a24 100644 --- a/public/scripts/extensions/regex/index.js +++ b/public/scripts/extensions/regex/index.js @@ -1,4 +1,4 @@ -import { callPopup, characters, eventSource, event_types, getCurrentChatId, reloadCurrentChat, saveSettingsDebounced, this_chid } from '../../../script.js'; +import { characters, eventSource, event_types, getCurrentChatId, reloadCurrentChat, saveSettingsDebounced, this_chid } from '../../../script.js'; import { extension_settings, renderExtensionTemplateAsync, writeExtensionField } from '../../extensions.js'; import { selected_group } from '../../group-chats.js'; import { callGenericPopup, POPUP_TYPE } from '../../popup.js'; diff --git a/public/scripts/samplerSelect.js b/public/scripts/samplerSelect.js index 49d18dc7f..0500c9b5c 100644 --- a/public/scripts/samplerSelect.js +++ b/public/scripts/samplerSelect.js @@ -1,7 +1,6 @@ import { main_api, saveSettingsDebounced, - callPopup, } from '../script.js'; import { power_user } from './power-user.js'; //import { BIAS_CACHE, displayLogitBias, getLogitBiasListResult } from './logit-bias.js';