mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update existing prompts during migration
Instead of adding new prompts for main, jailbreak and nsfw
This commit is contained in:
@ -540,7 +540,7 @@ this
|
||||
};
|
||||
|
||||
// Register configuration migrations
|
||||
registerPromptManagerMigration();
|
||||
registerPromptManagerMigration(saveSettings);
|
||||
|
||||
$(document).ajaxError(function myErrorHandler(_, xhr) {
|
||||
if (xhr.status == 403) {
|
||||
|
Reference in New Issue
Block a user