format document

This commit is contained in:
ReznoRMichael 2021-07-12 10:02:41 +02:00
parent ddbfe8dd2f
commit 437d6025d4

View file

@ -1205,11 +1205,9 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
dataObject[i].disabled = true; dataObject[i].disabled = true;
textPrefix = `<del>${dataObject[i].name}</del>`; textPrefix = `<del>${dataObject[i].name}</del>`;
break; break;
} } else if (playerData[i] === true) {
else if (playerData[i] === true) {
CurrentDataTrue(section, i); CurrentDataTrue(section, i);
} } else {
else {
CurrentDataFalse(section, i); CurrentDataFalse(section, i);
} }
} // end switch (i) } // end switch (i)
@ -1525,7 +1523,7 @@ function InitializeHTMLPopulation(db) {
GenerateInnerHTML(db); GenerateInnerHTML(db);
// PrefillHTML(sections); // PrefillHTML(sections);
/* /*
// Play Time // Play Time
CheckPlayTime(sections.intro, 0) CheckPlayTime(sections.intro, 0)