Skip to content

Commit

Permalink
fix for FVTT Version 9 Build 251
Browse files Browse the repository at this point in the history
  • Loading branch information
jopeek committed Mar 3, 2022
1 parent 2c563aa commit 3d6da28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [],
"url": "https://github.com/jopeek/fvtt-simple-dice-roller",
"flags": {},
"version": "1.3.4",
"version": "1.3.5",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"scripts": [
Expand Down
4 changes: 2 additions & 2 deletions simple-dice-roller.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class SimpleDiceRoller {
);
const diceRollControls = `
<ol class="sub-controls app control-tools sdr-sub-controls">
<div id="SDRpopup" class="simple-dice-roller-popup control-tool">
</div>
<li id="SDRpopup" class="simple-dice-roller-popup control-tool">
</li>
</ol>
`;

Expand Down

0 comments on commit 3d6da28

Please sign in to comment.