parent
4f0322351e
commit
5210db5679
|
@ -569,7 +569,7 @@ jQuery(function () {
|
|||
|
||||
// Ignore errors from here
|
||||
try {
|
||||
settings.json_schema = JSON.parse(json_schema_string ?? "{}");
|
||||
settings.json_schema = JSON.parse(json_schema_string ?? '{}');
|
||||
} catch {}
|
||||
saveSettingsDebounced();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue