mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
cleanup + fixes
This commit is contained in:
@@ -112,7 +112,10 @@
|
|||||||
|
|
||||||
initSettingDropdown(columns[j].Code_Name, targetLocation)
|
initSettingDropdown(columns[j].Code_Name, targetLocation)
|
||||||
|
|
||||||
input = `<select>
|
input = `<select class="form-control"
|
||||||
|
id="${columns[j].Code_Name}"
|
||||||
|
data-my-column="${columns[j].Code_Name}"
|
||||||
|
data-my-targetColumns="${columns[j].Code_Name.replace('NEWDEV_','')}" >
|
||||||
<option id="${targetLocation}"></option>
|
<option id="${targetLocation}"></option>
|
||||||
</select>`
|
</select>`
|
||||||
} else {
|
} else {
|
||||||
@@ -175,6 +178,9 @@
|
|||||||
// Get the input element
|
// Get the input element
|
||||||
var inputElement = $(`#${id}`);
|
var inputElement = $(`#${id}`);
|
||||||
|
|
||||||
|
console.log(inputElement);
|
||||||
|
console.log(id);
|
||||||
|
|
||||||
// Initialize columnValue variable
|
// Initialize columnValue variable
|
||||||
var columnValue;
|
var columnValue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user