@everymatrix/casino-game-page 0.0.292 → 0.0.295

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "0.0.292",
3
+ "version": "0.0.295",
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": "c69fc04487b15c7c69d2a7c8943340d2a8b78c4f"
39
+ "gitHead": "5f850bb3c7a28c78d04d9b6d856c364797cdaf40"
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