mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Change double quotes to single quotes
This commit is contained in:
@@ -3373,12 +3373,12 @@ export async function getWorldEntry(name, data, entry) {
|
||||
checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input');
|
||||
}
|
||||
|
||||
handleOptionalSelect("matchPersonaDescription");
|
||||
handleOptionalSelect("matchCharacterDescription");
|
||||
handleOptionalSelect("matchCharacterPersonality");
|
||||
handleOptionalSelect("matchCharacterDepthPrompt");
|
||||
handleOptionalSelect("matchScenario");
|
||||
handleOptionalSelect("matchCreatorNotes");
|
||||
handleOptionalSelect('matchPersonaDescription');
|
||||
handleOptionalSelect('matchCharacterDescription');
|
||||
handleOptionalSelect('matchCharacterPersonality');
|
||||
handleOptionalSelect('matchCharacterDepthPrompt');
|
||||
handleOptionalSelect('matchScenario');
|
||||
handleOptionalSelect('matchCreatorNotes');
|
||||
|
||||
// automation id
|
||||
const automationIdInput = template.find('input[name="automationId"]');
|
||||
|
Reference in New Issue
Block a user