Skip to content

Commit

Permalink
Merge pull request #3 from UranusBytes/dev-0.0.2
Browse files Browse the repository at this point in the history
Fix 0.0.3
  • Loading branch information
UranusBytes authored Jun 29, 2022
2 parents 6d29693 + 7562f4b commit 12d8399
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/die-hard-fudge-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div>
<div class="die-hard-column" style="">
<h3 class="form-header" id="fudgeWhoHeader"><span style="font-weight: bold;">WHO: </span>Who should this fudge be targetted at?</h3>
<!-- ugly hack to make single checkbox still an array -->
<input type="checkbox" name="fudgeWho" value="hidden" class="die-hard-checkbox" id="fudgeWho-hidden" style="visibility: hidden">
<div class="die-hard-form-group">
<input type="checkbox" name="fudgeWho" value="gameMaster" class="die-hard-checkbox" id="fudgeWho-gameMaster"><label for="fudgeWho-gameMaster">Game Master</label>
</div>
Expand Down Expand Up @@ -33,7 +35,7 @@ <h3 class="form-header" id="fudgeWhatHeader" style="border: 0px;"><span style="f
<h3 class="form-header" id="fudgeHowHeader"><span style="font-weight: bold;">HOW: </span>How should the end total be fudged?</h3>
<div class="form-group">
<label for="fudge-formula">Formula:</label>
<input type="text" class="form-control die-hard-column-input-formula" name="fudgeFormula" id="fudgeFormula" value="">
<input type="text" class="form-control die-hard-column-input-formula" name="fudgeFormula" id="fudgeFormula" value="> 5">
<i class="fas fa-question-circle fudge-help"></i>
<label for="fudge-formula">Times:</label>
<input type="text" class="form-control die-hard-column-input-times" name="fudgeTimes" id="fudgeTimes">
Expand Down

0 comments on commit 12d8399

Please sign in to comment.