mirror of
https://github.com/FunKey-Project/FunKey-Project.github.io.git
synced 2025-12-15 03:38:51 +01:00
solve compatibility problem between lightbox and iFixIt steps
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
34cad980d0
commit
fd3a5f409a
@ -113,7 +113,7 @@ $(document).ready(function () {
|
|||||||
imageTitle = ''
|
imageTitle = ''
|
||||||
}
|
}
|
||||||
$(this).
|
$(this).
|
||||||
wrap('<a class="boxedThumb ' + imageAlt + '" ' +
|
wrap('<a class="boxedThumb step-picture ' + imageAlt + '" ' +
|
||||||
imageTitle + 'href="' + imageSource + '"></a>')
|
imageTitle + 'href="' + imageSource + '"></a>')
|
||||||
imageGroups.push('.' + imageAlt)
|
imageGroups.push('.' + imageAlt)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user