Remove the UI distinction for base decks, but the back-end stuff remains to be removed later.
This commit is contained in:
parent
ea36f82897
commit
359c5e1140
|
@ -426,9 +426,8 @@ HttpSession hSession = request.getSession(true);
|
|||
<br/>
|
||||
<fieldset class="card_sets">
|
||||
<legend>Card Sets</legend>
|
||||
Select at least one of: <span class="base_card_sets"></span>
|
||||
<br/>
|
||||
Select any number of: <span class="extra_card_sets"></span>
|
||||
<span class="base_card_sets"></span>
|
||||
<span class="extra_card_sets"></span>
|
||||
</fieldset>
|
||||
<br/>
|
||||
<label id="blanks_limit_label" title="Blank cards allow a player to type in their own answer.">
|
||||
|
|
Loading…
Reference in New Issue