@everymatrix/casino-game-page 0.0.293 → 0.0.296

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "0.0.293",
3
+ "version": "0.0.296",
4
4
  "main": "dist/casino-game-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "5b7aee827d2cbc67a99e15775c630c6f9ddfbf43"
39
+ "gitHead": "628a0e30f5160748837a6a7acb4cf44623d87c3d"
40
40
  }
@@ -504,6 +504,7 @@
504
504
  $: clientstyling && setClientStyling();
505
505
  $: clientstylingurl && setClientStylingURL();
506
506
  $: (showModal == 'true') && panicButton && addEventsToDisplayedElements();
507
+ $: panicButton && addEventsToDisplayedElements();
507
508
  </script>
508
509
 
509
510