This commit is contained in:
jusax23 2021-10-23 13:26:20 +02:00
parent 21c0842433
commit e6116bd3ec

View file

@ -26,7 +26,7 @@ function F() {
if (!t.data[sgroups[i]]) t.data[sgroups[i]] = {};
var snames = Object.keys(sgroup);
for (var j = 0; j < snames.length; j++) {
if (!t.data[sgroups[i]][snames[j]]) {
if (typeof t.data[sgroups[i]][snames[j]] == "undefined") {
t.data[sgroups[i]][snames[j]] = sgroup[snames[j]].default || "";
}
switch (sgroup[snames[j]].type || "none") {