mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
removed "required" from spell caster class field. FF would force-jump to the field when modifying(move, del) repeating rows
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -4163,7 +4163,7 @@
|
||||
<span class="inline-label">
|
||||
<label>
|
||||
<h4>Caster Class 1:</h4>
|
||||
<input type="text" class="width-medium" name="attr_caster_class1_name" title="@{caster_class1_name} | Name used for spells" value="" placeholder="enter caster class" required />
|
||||
<input type="text" class="width-medium" name="attr_caster_class1_name" title="@{caster_class1_name} | Name used for spells" value="" placeholder="enter caster class" />
|
||||
</label>
|
||||
<label>
|
||||
<h4>Level:</h4>
|
||||
@@ -4224,7 +4224,7 @@
|
||||
<span class="inline-label span-all no-border">
|
||||
<label>
|
||||
<h4>Caster Class 2:</h4>
|
||||
<input type="text" class="width-medium" name="attr_caster_class2_name" title="@{caster_class2_name} | Name used for spells" value="" placeholder="enter caster class" required />
|
||||
<input type="text" class="width-medium" name="attr_caster_class2_name" title="@{caster_class2_name} | Name used for spells" value="" placeholder="enter caster class" />
|
||||
</label>
|
||||
<label>
|
||||
<h4>Level:</h4>
|
||||
|
||||
Reference in New Issue
Block a user