diff --git a/gfi-ihk-2024/stories/components/gallery/gallery.js b/gfi-ihk-2024/stories/components/gallery/gallery.js index 0cadcfd..d80820f 100644 --- a/gfi-ihk-2024/stories/components/gallery/gallery.js +++ b/gfi-ihk-2024/stories/components/gallery/gallery.js @@ -69,7 +69,7 @@ class IHKGallery { initSingleThumb() { const first = this.items.first().addClass('loading'); const a = $('').attr('data-index', 0).appendTo(first); - const img = $('' + first.attr(').appendTo(a); + const img = $('' + first.data(').appendTo(a); if (first.data('copyright')) { $('').appendTo(a); $('' + first.data('copyright') + '').appendTo(a); @@ -205,7 +205,7 @@ class IHKGallery { } initPopup() { - this.popup = $('