Enable DMR+ filter by default
This commit is contained in:
parent
1a8f875f40
commit
2ee966f338
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<div id="search-list" class="pin-list" style="display:none"></div>
|
||||
<div class="controls-row network-row">
|
||||
<label class="net-label net-bm"><input type="checkbox" id="net-bm" checked> BM</label>
|
||||
<label class="net-label net-dmrplus"><input type="checkbox" id="net-dmrplus"> DMR+</label>
|
||||
<label class="net-label net-dmrplus"><input type="checkbox" id="net-dmrplus" checked> DMR+</label>
|
||||
<label class="net-label net-tgif"><input type="checkbox" id="net-tgif"> TGIF</label>
|
||||
<label class="net-label net-other"><input type="checkbox" id="net-other"> Other</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue