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