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.
1 parent 090fc1c commit 5a5a008Copy full SHA for 5a5a008
templates/injector.html.twig
@@ -30,7 +30,7 @@ const observerArticle = new MutationObserver(function(mutations) {
30
if (node.nodeType === Node.ELEMENT_NODE && node.classList.contains('collection-item')) {
31
initArticles();
32
}
33
- });
+ }
34
35
});
36
0 commit comments