@everymatrix/casino-last-played-section 1.34.0 → 1.34.1
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-last-played-section",
|
3
|
-
"version": "1.34.
|
3
|
+
"version": "1.34.1",
|
4
4
|
"main": "index.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "5ce0bbd8d4005bb9f6fbed830e8882a14e79712a"
|
39
39
|
}
|
@@ -37,6 +37,7 @@
|
|
37
37
|
let lastPlayedGames:Array<any> = [];
|
38
38
|
let urlCasino:any;
|
39
39
|
let isLoading:boolean = false;
|
40
|
+
let lobbyView:boolean = false;
|
40
41
|
|
41
42
|
let customStylingContainer:HTMLElement;
|
42
43
|
|
@@ -103,7 +104,6 @@
|
|
103
104
|
const initialLoad = ():void => {
|
104
105
|
getLastPlayedCategory()
|
105
106
|
.then((res:any) => {
|
106
|
-
window.postMessage({ type: 'GetFavoredGame' }, window.location.href);
|
107
107
|
isLoading = false;
|
108
108
|
if (res.count > 0) {
|
109
109
|
let promises:any = [];
|