⚙ Settings rework 3 - json linter

This commit is contained in:
jokob-sk
2024-07-09 21:54:55 +10:00
parent 07164429d5
commit 6049ba00c7
39 changed files with 2582 additions and 444 deletions

View File

@@ -2,6 +2,15 @@
// General utilities to interact with the database
// -----------------------------------------------------------------------------
// // Call to render lists
// renderList(
// options,
// callbackToGenerateEntries,
// valuesArray,
// placeholder,
// targetField,
// transformers
// );
// --------------------------------------------------
// Read data and place intotarget location, callback processies the results
@@ -31,7 +40,8 @@ function renderList(
const sqlOption = JSON.parse(sqlOptionsData);
// Concatenate options from SQL query with the supplied options
options = options.concat(sqlOption);
options = options.concat(sqlOption);
// Process the combined options
setTimeout(() => {