@everymatrix/casino-footer-v2 1.14.7 → 1.15.0
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-footer-v2",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.15.0",
|
4
4
|
"main": "dist/casino-footer-v2.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": "15ce8765c213b2c036dd5fbc5007d6ea5a666dc1"
|
39
39
|
}
|
@@ -168,8 +168,8 @@
|
|
168
168
|
url.searchParams.append('helpLinks_groupby', 'helpLinkCategory');
|
169
169
|
}
|
170
170
|
|
171
|
+
hasErrors = false;
|
171
172
|
isLoading = true;
|
172
|
-
|
173
173
|
fetch(url.href)
|
174
174
|
.then((res:any) => res.json())
|
175
175
|
.then((data:any) => {
|
@@ -227,7 +227,6 @@
|
|
227
227
|
}).catch((err:any) => {
|
228
228
|
hasErrors = true;
|
229
229
|
isLoading = false;
|
230
|
-
|
231
230
|
console.error(err);
|
232
231
|
});
|
233
232
|
}
|