@everymatrix/casino-header-controller 1.37.8 → 1.37.10
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-header-controller",
|
3
|
-
"version": "1.37.
|
3
|
+
"version": "1.37.10",
|
4
4
|
"main": "dist/casino-header-controller.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "c46e8ef303dafce06506b9b0d639e64f81148ae6"
|
41
41
|
}
|
@@ -593,6 +593,8 @@
|
|
593
593
|
contact-url={'https://' + window.location.hostname + '/' + lang + contacturl}
|
594
594
|
home-url={'https://' + window.location.hostname + '/' + lang + homeurl}
|
595
595
|
deposit-url={'https://' + window.location.hostname + '/' + lang + depositurl}
|
596
|
+
client-styling={clientstyling}
|
597
|
+
client-styling-url={clientstylingurl}
|
596
598
|
></user-deposit-withdrawal>
|
597
599
|
{/if}
|
598
600
|
</div>
|