Remove unused class

pull/1/head
Matheus Clemente 2023-11-13 16:48:33 -03:00
parent 5b5c067879
commit c7e14e18bd
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
<dl id="sorter">
<dt>{{localize "CMPBrowser.sortBy"}}:</dt>
<dd>
<select class="null" name="sortorder">
<select name="sortorder">
<option value="true" selected>{{localize "Name"}}</option>
<option value="false">{{localize "ITEM.TypeClass"}}</option>
</select>

View File

@ -14,7 +14,7 @@
<dt>{{filter.label}}</dt>
<dd>
{{#if filter.possibleValues}}
<select class="null">
<select>
<option value="" selected></option>
{{#each filter.possibleValues as |label val|}}
<option value="{{val}}">{{label}}</option>
@ -28,7 +28,7 @@
<dl>
<dt>{{filter.label}}</dt>
<dd>
<select class="null">
<select>
<option value="null" selected></option>
<option value="true">{{localize "Yes"}}</option>
<option value="false">{{localize "No"}}</option>
@ -39,7 +39,7 @@
<dl>
<dt>{{filter.label}}</dt>
<dd>
<select class="null">
<select>
<option value="null" selected></option>
{{#each filter.possibleValues as |label val|}}
<option value="{{val}}">{{label}}</option>

View File

@ -15,7 +15,7 @@
<dl id="sorter">
<dt>{{localize "CMPBrowser.sortBy"}}:</dt>
<dd>
<select class="null" name="sortorder">
<select name="sortorder">
<option value="true" selected>{{localize "Name"}}</option>
<option value="false">{{localize "DND5E.Type"}}</option>
</select>

View File

@ -15,7 +15,7 @@
<dl id="sorter">
<dt>{{localize "CMPBrowser.sortBy"}}:</dt>
<dd>
<select class="null" name="sortorder">
<select name="sortorder">
<option value="true" selected>{{localize "Name"}}</option>
<option value="false">{{localize "DND5E.Level"}}</option>
</select>