Added next bt in 20Q
Disable roll button if no dice selected
This commit is contained in:
@@ -163,6 +163,6 @@
|
||||
</table>
|
||||
|
||||
<div class="form-group">
|
||||
<button name="roll" type="submit">{{localize 'l5r5e.dicepicker.roll_label'}} <i class='fas fa-arrow-circle-right'></i></button>
|
||||
<button name="roll" type="submit" {{#if disableSubmit}}disabled{{/if}}>{{localize 'l5r5e.dicepicker.roll_label'}} <i class='fas fa-arrow-circle-right'></i></button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user