@everymatrix/casino-filter-page 1.0.16 → 1.1.0

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-filter-page",
3
- "version": "1.0.16",
3
+ "version": "1.1.0",
4
4
  "main": "dist/casino-filter-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": "526e9d4877d11a6372af0e39b2c9db7c8b640737"
39
+ "gitHead": "62036ada223f2b4f7b64d99a81ab2229ecba3cf1"
40
40
  }
@@ -281,9 +281,7 @@
281
281
  .then((data:any) => {
282
282
  cssFile.innerHTML = data
283
283
 
284
- if (customStylingContainer) {
285
- setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
286
- }
284
+ setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
287
285
  });
288
286
  }
289
287