Change double quotes to single quotes

This commit is contained in:
Crow
2025-04-20 23:26:47 +01:00
parent b38673a5cd
commit 4db07402c4

View File

@@ -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"]');