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');
|
checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input');
|
||||||
}
|
}
|
||||||
|
|
||||||
handleOptionalSelect("matchPersonaDescription");
|
handleOptionalSelect('matchPersonaDescription');
|
||||||
handleOptionalSelect("matchCharacterDescription");
|
handleOptionalSelect('matchCharacterDescription');
|
||||||
handleOptionalSelect("matchCharacterPersonality");
|
handleOptionalSelect('matchCharacterPersonality');
|
||||||
handleOptionalSelect("matchCharacterDepthPrompt");
|
handleOptionalSelect('matchCharacterDepthPrompt');
|
||||||
handleOptionalSelect("matchScenario");
|
handleOptionalSelect('matchScenario');
|
||||||
handleOptionalSelect("matchCreatorNotes");
|
handleOptionalSelect('matchCreatorNotes');
|
||||||
|
|
||||||
// automation id
|
// automation id
|
||||||
const automationIdInput = template.find('input[name="automationId"]');
|
const automationIdInput = template.find('input[name="automationId"]');
|
||||||
|
Reference in New Issue
Block a user