diff --git a/src/TestPanel.js b/src/TestPanel.js index f380b60..53258c6 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -105,7 +105,7 @@ function ClassSelector(p){ } function ClassSelectorWindow(p) { - return { var dat1 = p.GetData("class") return Object.keys(dat1) @@ -166,14 +166,13 @@ function SelectorWindow(p) { {p.filter?{setFilter(f.currentTarget.value)}} />:<>} - }
+ }
    {p.filter?itemList.filter((item)=>p.filterFunction(tabPage,item)).filter((item)=>p.searchFieldFunction(filter,item)).sort((a,b)=>p.sortOrderFunction(sortSelector,a,b)).map((item)=>p.displayFunction(item)):itemList.map((item)=>p.displayFunction(item))} {p.children}
-
} diff --git a/src/style.css b/src/style.css index aa82e57..3bb00f7 100644 --- a/src/style.css +++ b/src/style.css @@ -431,7 +431,6 @@ em { } .itemlist { margin: 0 10px; - } .itemlist li { background-color: rgba(128,128,128,0.33); @@ -441,7 +440,6 @@ em { background-repeat: no-repeat; background-position: right top; background-origin: content-box; - } .aug:before { content:url("./icons/UINGSItemSpecialAbility.png");