mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 14:33:34 +02:00
Changed indentation to be consistent
This commit is contained in:
parent
3224bf5af0
commit
3d4b9c82aa
1 changed files with 4 additions and 4 deletions
|
@ -1329,11 +1329,11 @@ function makeTableCategoryInput(setting, numVisibleColumns) {
|
|||
}
|
||||
|
||||
function getDescriptionForKey(key) {
|
||||
for(var i in Settings.data.descriptions) {
|
||||
if(Settings.data.descriptions[i].name === key) {
|
||||
return Settings.data.descriptions[i];
|
||||
}
|
||||
for(var i in Settings.data.descriptions) {
|
||||
if(Settings.data.descriptions[i].name === key) {
|
||||
return Settings.data.descriptions[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var SAVE_BUTTON_LABEL_SAVE = "Save";
|
||||
|
|
Loading…
Reference in a new issue