From 4e1f875912688d5c1a9694480ae448bc1855e0c8 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Wed, 29 May 2024 21:23:22 +0200 Subject: [PATCH] test --- assets/global.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/global.js b/assets/global.js index 6650063..68c3206 100644 --- a/assets/global.js +++ b/assets/global.js @@ -657,6 +657,9 @@ class SliderComponent extends HTMLElement { setTimeout(() => { this.sliderItems = this.querySelectorAll('[id^="Slide-"]'); this.initPages(); + + console.log('resetPages', this.totalPages, this.currentPage, this.slider.scrollLeft, this.sliderItemOffset); + console.log("resetPages this", this); }, 500); }