Skip to content

Commit 36df8eb

Browse files
committed
Added space
1 parent 23a462b commit 36df8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: js/src/forum/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ app.initializers.add('darkle/fancybox', () => {
9191
const groupName = link.getAttribute('data-fancybox');
9292
const group = postBody.querySelectorAll(`a[data-fancybox="${groupName}"]`);
9393
const index = Array.from(group).indexOf(link);
94+
9495
const fancyboxInstance = Fancybox.fromNodes(Array.from(group), {
9596
...fancyboxOptions,
9697
startIndex: index,

0 commit comments

Comments
 (0)