Using formApp updateObject()

add actorId option
minor html fix
This commit is contained in:
Vlyan
2020-12-14 09:53:25 +01:00
parent ec2acf1648
commit 4870ad2302
2 changed files with 81 additions and 65 deletions

View File

@@ -149,7 +149,7 @@
</td>
<td>
{{#if canUseVoidPoint}}
<input type="checkbox" id="use_void_point" name="diff_hidden" value="1">
<input type="checkbox" id="use_void_point" name="use_void_point" value="1">
<label for="use_void_point">
{{localize 'l5r5e.dicepicker.use_void_point_label'}}
</label>
@@ -162,6 +162,6 @@
</table>
<div class="form-group">
<button name="roll">{{localize 'l5r5e.dicepicker.roll_label'}} <i class='fas fa-arrow-circle-right'></i></button>
<button name="roll" type="submit">{{localize 'l5r5e.dicepicker.roll_label'}} <i class='fas fa-arrow-circle-right'></i></button>
</div>
</form>