Skip to content

Commit

Permalink
fix: Change 'other modifiers' to a text field to avoid invisible text.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Nov 8, 2020
1 parent a3a530a commit 87f3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/chat/throw-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
<div class="form-group">
<label>{{localize "TWODSIX.Chat.Roll.OtherModifiers"}}
<input type="number" name="skillModifier" value="{{skillModifier}}" placeholder="0" onClick="this.select();"/>
<input type="text" name="skillModifier" value="{{skillModifier}}" placeholder="0" onClick="this.select();"/>
</label>
</div>
<div class="form-group">
Expand Down

0 comments on commit 87f3655

Please sign in to comment.