solve compatibility problem between lightbox and iFixIt steps

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2021-01-28 09:30:17 +01:00
parent 34cad980d0
commit fd3a5f409a

View File

@ -113,7 +113,7 @@ $(document).ready(function () {
imageTitle = ''
}
$(this).
wrap('<a class="boxedThumb ' + imageAlt + '" ' +
wrap('<a class="boxedThumb step-picture ' + imageAlt + '" ' +
imageTitle + 'href="' + imageSource + '"></a>')
imageGroups.push('.' + imageAlt)
})