Added next bt in 20Q

Disable roll button if no dice selected
This commit is contained in:
Vlyan
2021-01-05 11:45:40 +01:00
parent f7e10e37f7
commit 1a292feee2
7 changed files with 30 additions and 3 deletions

View File

@@ -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>