Skip to content

Commit 5a5a008

Browse files
Fix typo
1 parent 090fc1c commit 5a5a008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/injector.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const observerArticle = new MutationObserver(function(mutations) {
3030
if (node.nodeType === Node.ELEMENT_NODE && node.classList.contains('collection-item')) {
3131
initArticles();
3232
}
33-
});
33+
}
3434
}
3535
});
3636
});

0 commit comments

Comments
 (0)