Skip to content

Commit

Permalink
Make hit point and hit dice config buttons clickable again
Browse files Browse the repository at this point in the history
  • Loading branch information
eastcw committed Mar 17, 2024
1 parent 10db415 commit eec82c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/parts/sheet-header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="header-actions">
<a class="rest short-rest">{{ localize 'DND5E.RestS' }}<i class="fas fa-hourglass-half"></i></a>
<a class="rest long-rest">{{ localize 'DND5E.RestL' }}<i class="fas fa-hourglass-end"></i></a>
<a class="config-button" data-action="hit-dice" data-tooltip="{{localize 'DND5E.HitDiceConfig'}}">
<a class="config-button" data-action="hitDice" data-tooltip="{{localize 'DND5E.HitDiceConfig'}}">
{{localize "DND5E.HitDice"}}: {{system.attributes.hd}}/{{system.details.level}}
</a>
</div>
Expand Down Expand Up @@ -107,7 +107,7 @@
{{else}}
<div class="attribute health">
<h4 class="attribute-name box-title">{{localize "DND5E.HitPoints"}} <a class="config-button"
data-action="hit-points" data-tooltip="{{localize 'DND5E.HitPointsConfig'}}">
data-action="hitPoints" data-tooltip="{{localize 'DND5E.HitPointsConfig'}}">
<i class="fas fa-cog"></i>
</a></h4>

Expand Down

0 comments on commit eec82c8

Please sign in to comment.