This commit is contained in:
Jokob-sk
2024-04-07 07:04:27 +10:00
parent 980e83e039
commit 8155af8813
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ Copying the HTML code from [Font Awesome](https://fontawesome.com/search?o=r&m=f
![preview](/docs/img/ICONS/device_add_icon.png) ![preview](/docs/img/ICONS/device_add_icon.png)
3. Paste in teh copied HTML or SVG code. 3. Paste in the copied HTML or SVG code.
4. Click "OK" 4. Click "OK"

View File

@@ -531,7 +531,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {
multi = isMultiSelect ? "multiple" : ""; multi = isMultiSelect ? "multiple" : "";
optionsArray = getSettingOptions(set['Code_Name'] ) optionsArray = getSettingOptions(set['Code_Name'] )
valuesArray = createArray(set['Value']); valuesArray = createArray(set['Value']);
// create unique ID // create unique ID
var targetLocation = set['Code_Name'] + "_initSettingDropdown"; var targetLocation = set['Code_Name'] + "_initSettingDropdown";