mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
rename in changedInput in badge sidebar in settings.js
This commit is contained in:
parent
84fa1c7f5f
commit
6d01724568
1 changed files with 2 additions and 2 deletions
|
@ -295,9 +295,9 @@ function makeTableInputs(setting) {
|
|||
return html
|
||||
}
|
||||
|
||||
function badgeSidebarForDifferences(changedInput) {
|
||||
function badgeSidebarForDifferences(changedElement) {
|
||||
// figure out which group this input is in
|
||||
var panelParentID = changedInput.closest('.panel').attr('id')
|
||||
var panelParentID = changedElement.closest('.panel').attr('id')
|
||||
|
||||
// get a JSON representation of that section
|
||||
var panelJSON = form2js(panelParentID, ".", false, cleanupFormValues, true)[panelParentID]
|
||||
|
|
Loading…
Reference in a new issue