Various fixes and enhancements
This commit is contained in:
@ -322,7 +322,7 @@
|
||||
{{#each system.fortune as |fortune key|}}
|
||||
<div class="flexrow">
|
||||
<label class="item-field item-field-label-medium">{{upperFirst key}}</label>
|
||||
<input type="text" class="input-numeric-short" name="system.fortune.{{key}}.value" value="{{fortune}}"
|
||||
<input type="text" class="input-numeric-short" name="system.fortune.{{key}}" value="{{fortune}}"
|
||||
data-dtype="Number" />
|
||||
</div>
|
||||
{{/each}}
|
||||
|
Reference in New Issue
Block a user