diff --git a/webportal/components/rpg-live-scene.js b/webportal/components/rpg-live-scene.js index 5e134e2..3e88b23 100644 --- a/webportal/components/rpg-live-scene.js +++ b/webportal/components/rpg-live-scene.js @@ -4,6 +4,7 @@ import { inject as service } from '@ember/service'; export default Component.extend({ tagName: '', diceString: '', + showRollDice: false, gameApi: service(), flashMessages: service(), diff --git a/webportal/templates/components/rpg-live-scene.hbs b/webportal/templates/components/rpg-live-scene.hbs index 00eb8bd..31487c5 100644 --- a/webportal/templates/components/rpg-live-scene.hbs +++ b/webportal/templates/components/rpg-live-scene.hbs @@ -1,16 +1,8 @@
Enter a dice string in the form 5d6 or 2d10.
- -{{/bs-modal-simple}} \ No newline at end of file +Enter a dice string in the form 5d6 or 2d10.
+ +