Skip to content

Commit

Permalink
Merge branch 'master' into fvtt-0.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aaclayton committed Jun 26, 2020
2 parents 0a2c92d + d355dbb commit 4e39c25
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
1 change: 1 addition & 0 deletions less/character.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
height: 20px;
font-size: 18px;
color: @colorTan;
white-space: nowrap;
}

// Experience Tracking
Expand Down
1 change: 0 additions & 1 deletion module/apps/short-rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export default class ShortRestDialog extends Dialog {
super.activateListeners(html);
let btn = html.find("#roll-hd");
btn.click(this._onRollHitDie.bind(this));
super.activateListeners(html);
}

/* -------------------------------------------- */
Expand Down
Loading

0 comments on commit 4e39c25

Please sign in to comment.