diff --git a/data/team.xml b/data/team.xml
index e9970bf..fdea710 100644
--- a/data/team.xml
+++ b/data/team.xml
@@ -9,7 +9,7 @@
Hubinka Adam
- 5
+ 18
Hráč
img/muzi/Hubinka_Adam_1.png
@@ -19,18 +19,18 @@
Hráč
img/muzi/Zapletal_Martin_1.png
+
+ Lapčík Martin
+ 5
+ Hráč
+ img/muzi/Lapčík_Martin_1.png
+
Drobný Michal
3
Hráč
img/muzi/Drobný_Michal_1.png
-
- Prokeš Martin
- 12
- Hráč
- img/muzi/Prokeš_Martin_1.png
-
Janečka Radek
16
@@ -39,10 +39,22 @@
Mačuda Jakub
-
-
+ 33
+ Hráč
img/muzi/Mačuda_Jakub_1.png
+
+ Příplata Filip
+ 9
+ Hráč
+ img/muzi/Příplata_Filip_1.png
+
+
+ Brázdil Petr
+ 12
+ Hráč
+ img/muzi/Brázdil_Petr_1.png
+
Svízela Jakub
19
@@ -57,7 +69,7 @@
Polák David
- 9
+ 11
Hráč
img/muzi/Polák_David_1.png
@@ -81,7 +93,7 @@
Moravec David
-
+ 44
místopředseda klubu
img/muzi/Moravec_David_1.png
@@ -93,26 +105,26 @@
Stodůlka Štěpán
-
+ 96
PR manažer klubu
img/muzi/Stodůlka_Štěpán_1.png
Stojaspal Marek
-
+ Trenér mládeže
img/muzi/Stojaspal_Marek_1.png
Puškáč Lubomír
-
+ Vedoucí týmu
img/muzi/Puškáč_Lubomír_1.png
Náplava Jaroslav
-
-
+ 88
+ Předseda klubu
img/muzi/Náplava_Jaroslav_1.png
@@ -185,5 +197,11 @@
hráč
img/zeny/Štichová_Tereza_1.png
+
+ Prokeš Martin
+ 12
+ Trenér
+ img/muzi/Prokeš_Martin_1.png
+
diff --git a/img/muzi/Brázdil_Petr_1.png b/img/muzi/Brázdil_Petr_1.png
new file mode 100644
index 0000000..5f337dc
Binary files /dev/null and b/img/muzi/Brázdil_Petr_1.png differ
diff --git a/img/muzi/Lapčík_Martin_1.png b/img/muzi/Lapčík_Martin_1.png
new file mode 100644
index 0000000..ca753e1
Binary files /dev/null and b/img/muzi/Lapčík_Martin_1.png differ
diff --git a/img/muzi/Příplata_Filip_1.png b/img/muzi/Příplata_Filip_1.png
new file mode 100644
index 0000000..1e20758
Binary files /dev/null and b/img/muzi/Příplata_Filip_1.png differ
diff --git a/js/team-switcher.js b/js/team-switcher.js
index f28099d..6e3981e 100644
--- a/js/team-switcher.js
+++ b/js/team-switcher.js
@@ -13,7 +13,7 @@
// Autoscroll timers
let autoTimer = null;
let resumeTimer = null;
- const AUTO_DELAY = 2000; // 5s
+ const AUTO_DELAY = 3500; // 5s
const RESUME_AFTER = 10000; // resume 10s after user interaction
function qs(sel, root = document) { return root.querySelector(sel); }
@@ -87,12 +87,6 @@
}
// Ask the theme to re-init this slider completely so arrows/loop/order are consistent
const sliderContainer = wrapper.closest('.lte-swiper-slider');
- // For consistent sequential navigation, disable coverflow loop and multi-view
- if (sliderContainer && sliderContainer.dataset) {
- sliderContainer.dataset.effect = 'slide'; // avoid forced loop in coverflow
- sliderContainer.dataset.loop = '0';
- sliderContainer.dataset.breakpoints = '1;1;1;1;1;1'; // 1 per view on all widths
- }
if (sliderContainer) sliderContainer.classList.remove('lte-inited');
if (typeof window.initSwiperWrappers === 'function') {
try { window.initSwiperWrappers(); } catch (_) {}