From 2cac96899c9c5c7d7c613320801c2f2f96b658ba Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 11:34:25 +0200 Subject: [PATCH] test --- assets/global.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/global.js b/assets/global.js index 39f2fdb..d513cc6 100644 --- a/assets/global.js +++ b/assets/global.js @@ -1163,9 +1163,9 @@ class VariantSelects extends HTMLElement { if (galleryImage.getAttribute('thumbnail-alt') === this.currentVariant.featured_image.alt) { // check if galleryImage has data-is-video-type attribute - if (galleryImage.dataset.isVideoType !== 'true') { + /*if (galleryImage.dataset.isVideoType !== 'true') { continue; - } + }*/ console.log('galleryImage.dataset', galleryImage.dataset);