Stop observing loaded patterns

This commit is contained in:
A McIlwraith 2024-07-15 09:17:22 -04:00
parent 4c394e5215
commit 74abc40dc4

View File

@ -205,6 +205,7 @@ module.exports = {
switch (ajx.status) {
case 200:
observer.unobserve(article.target);
a.innerHTML = a.innerHTML + ajx.responseText;
switch (a.getAttribute("data-template")) {