Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Durtur committed Jun 25, 2021
1 parent a7692c3 commit f03de78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/database.html
Original file line number Diff line number Diff line change
Expand Up @@ -786,15 +786,15 @@ <h3 class="nomargin">Difficulty:</h3>
placeholder="Creature">
<input type="number" class="specialjsonValueE smaller">
<input type="number" class="encounter_creature_cr smaller" placeholder="CR" min="0"
max="30" readonly>
max="30" >
</div>

<div class="row">
<input type="text" class="specialjsonAttributeE" title="Creature name"
placeholder="Creature">
<input type="number" class="specialjsonValueE smaller">
<input type="number" class="encounter_creature_cr smaller" placeholder="CR" min="0"
max="30" readonly>
max="30" >
</div>
</div>
<button class="small brown circular_button" title="Add creatures" onclick="addRow()"> +
Expand Down

0 comments on commit f03de78

Please sign in to comment.