Docs
This commit is contained in:
@@ -29,7 +29,7 @@ Copying the HTML code from [Font Awesome](https://fontawesome.com/search?o=r&m=f
|
||||
|
||||

|
||||
|
||||
3. Paste in teh copied HTML or SVG code.
|
||||
3. Paste in the copied HTML or SVG code.
|
||||
|
||||
4. Click "OK"
|
||||
|
||||
|
||||
@@ -531,7 +531,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {
|
||||
multi = isMultiSelect ? "multiple" : "";
|
||||
|
||||
optionsArray = getSettingOptions(set['Code_Name'] )
|
||||
valuesArray = createArray(set['Value']);
|
||||
valuesArray = createArray(set['Value']);
|
||||
|
||||
// create unique ID
|
||||
var targetLocation = set['Code_Name'] + "_initSettingDropdown";
|
||||
|
||||
Reference in New Issue
Block a user