made first large swathe of changes for ui reorganization

This commit is contained in:
Malcolm Diller
2022-11-01 23:03:05 -07:00
parent 5e22360cb1
commit 484e53cc08
6 changed files with 175 additions and 82 deletions

View File

@ -75,7 +75,6 @@ function createModifierGroup(modifierGroup, initiallyExpanded) {
if (initiallyExpanded === true) {
titleEl.className += ' active'
modifiersEl.style.display = 'block'
}
modifiers.forEach(modObj => {