Change double quotes to single quotes

4db07402c4320d3dda5220b9b2af361691f963bf

Crow <bismuthglass@protonmail.com>

1 files changed, +6 -6Ignore whitespace
public/scripts/world-info.js+6 -6
@@ -3373,12 +3373,12 @@ export async function getWorldEntry(name, data, entry) {
3373 checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input');3373 checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input');
3374 }3374 }
33753375
3376 handleOptionalSelect("matchPersonaDescription");3376 handleOptionalSelect('matchPersonaDescription');
3377 handleOptionalSelect("matchCharacterDescription");3377 handleOptionalSelect('matchCharacterDescription');
3378 handleOptionalSelect("matchCharacterPersonality");3378 handleOptionalSelect('matchCharacterPersonality');
3379 handleOptionalSelect("matchCharacterDepthPrompt");3379 handleOptionalSelect('matchCharacterDepthPrompt');
3380 handleOptionalSelect("matchScenario");3380 handleOptionalSelect('matchScenario');
3381 handleOptionalSelect("matchCreatorNotes");3381 handleOptionalSelect('matchCreatorNotes');
33823382
3383 // automation id3383 // automation id
3384 const automationIdInput = template.find('input[name="automationId"]');3384 const automationIdInput = template.find('input[name="automationId"]');