Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 0.0.3 #3

Merged
merged 2 commits into from
Jun 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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