We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ed0943 + eb440b8 commit aabe292Copy full SHA for aabe292
1 file changed
tools/bazar/presentation/javascripts/jquery.galleriffic.js
@@ -141,7 +141,7 @@
141
const slideUrl = $aThumb.attr('href')
142
const title = $aThumb.attr('title')
143
const $caption = $li.find('.caption').remove()
144
- let hash = $aThumb.attr('name')
+ let hash = $.galleriffic.normalizeHash($aThumb.attr('name') || '')
145
146
// Increment the image counter
147
imageCounter++
0 commit comments