mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
ENCRYPTION_KEY, docs
This commit is contained in:
@@ -1245,7 +1245,7 @@ function collectTableData(tableSelector) {
|
||||
rowData[index] = { [input.attr("my-originalsetkey")] : input.prop('checked') };
|
||||
} else {
|
||||
// Generic sync for other inputs (text, select, textarea)
|
||||
rowData[index] = { [input.attr("my-originalsetkey")] : input.val() };
|
||||
rowData[index] = { [input.attr("my-originalsetkey")] : input.val().replace(/'/g, "").replace(/"/g, "") };
|
||||
}
|
||||
} else {
|
||||
// Handle plain text
|
||||
|
||||
Reference in New Issue
Block a user