Change double quotes to single quotes

4db07402c4320d3dda5220b9b2af361691f963bf

Crow <bismuthglass@protonmail.com>

1 files changed, +6 -6Showing whitespace changes
public/scripts/world-info.js+6 -6
@@ -3373,12 +3373,12 @@ export async function getWorldEntry(name, data, entry) {
33733373 checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input');
33743374 }
33753375
33763376 handleOptionalSelect("'matchPersonaDescription"');
33773377 handleOptionalSelect("'matchCharacterDescription"');
33783378 handleOptionalSelect("'matchCharacterPersonality"');
33793379 handleOptionalSelect("'matchCharacterDepthPrompt"');
33803380 handleOptionalSelect("'matchScenario"');
33813381 handleOptionalSelect("'matchCreatorNotes"');
33823382
33833383 // automation id
33843384 const automationIdInput = template.find('input[name="automationId"]');