Renaming custom-modifier-category to modifier-category

This commit is contained in:
patriceac 2023-02-24 13:55:18 -08:00 committed by GitHub
parent a6f94959fe
commit 5698473891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ function createModifierGroup(modifierGroup, initiallyExpanded, removeBy) {
modifiersEl.appendChild(brk) modifiersEl.appendChild(brk)
let e = document.createElement('div') let e = document.createElement('div')
e.className = 'custom-modifier-category' e.className = 'modifier-category'
e.appendChild(titleEl) e.appendChild(titleEl)
e.appendChild(modifiersEl) e.appendChild(modifiersEl)