@everymatrix/casino-categories-slider 0.0.115 → 0.0.119
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.
|
@@ -5192,9 +5192,9 @@
|
|
|
5192
5192
|
set_custom_element_data(casino_slider, "clientstyling", /*clientstyling*/ ctx[0]);
|
|
5193
5193
|
set_custom_element_data(casino_slider, "clientstylingurl", /*clientstylingurl*/ ctx[1]);
|
|
5194
5194
|
set_custom_element_data(casino_slider, "onclickeventname", "CategoryChange");
|
|
5195
|
-
add_location(casino_slider, file, 187, 8,
|
|
5195
|
+
add_location(casino_slider, file, 187, 8, 6019);
|
|
5196
5196
|
attr_dev(div, "class", "CasinoCategoriesContainer");
|
|
5197
|
-
add_location(div, file, 186, 6,
|
|
5197
|
+
add_location(div, file, 186, 6, 5971);
|
|
5198
5198
|
},
|
|
5199
5199
|
m: function mount(target, anchor) {
|
|
5200
5200
|
insert_dev(target, div, anchor);
|
|
@@ -5242,7 +5242,7 @@
|
|
|
5242
5242
|
p = element("p");
|
|
5243
5243
|
p.textContent = "500 Error - Internal Server Error.";
|
|
5244
5244
|
attr_dev(p, "class", "SearchLoading");
|
|
5245
|
-
add_location(p, file, 184, 6,
|
|
5245
|
+
add_location(p, file, 184, 6, 5889);
|
|
5246
5246
|
},
|
|
5247
5247
|
m: function mount(target, anchor) {
|
|
5248
5248
|
insert_dev(target, p, anchor);
|
|
@@ -5272,7 +5272,7 @@
|
|
|
5272
5272
|
c: function create() {
|
|
5273
5273
|
p = element("p");
|
|
5274
5274
|
p.textContent = "Please wait ...";
|
|
5275
|
-
add_location(p, file, 181, 4,
|
|
5275
|
+
add_location(p, file, 181, 4, 5830);
|
|
5276
5276
|
},
|
|
5277
5277
|
m: function mount(target, anchor) {
|
|
5278
5278
|
insert_dev(target, p, anchor);
|
|
@@ -5311,7 +5311,7 @@
|
|
|
5311
5311
|
div = element("div");
|
|
5312
5312
|
if_block.c();
|
|
5313
5313
|
this.c = noop$1;
|
|
5314
|
-
add_location(div, file, 179, 0,
|
|
5314
|
+
add_location(div, file, 179, 0, 5767);
|
|
5315
5315
|
},
|
|
5316
5316
|
l: function claim(nodes) {
|
|
5317
5317
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -5405,11 +5405,10 @@
|
|
|
5405
5405
|
}
|
|
5406
5406
|
|
|
5407
5407
|
isLoggedIn = true;
|
|
5408
|
-
sessionID = session;
|
|
5409
|
-
playerID = userID;
|
|
5410
5408
|
}
|
|
5411
5409
|
break;
|
|
5412
|
-
}
|
|
5410
|
+
} // sessionID = session;
|
|
5411
|
+
// playerID = userID;
|
|
5413
5412
|
}
|
|
5414
5413
|
};
|
|
5415
5414
|
|