add spoiler tag to babycode

This commit is contained in:
2025-08-16 05:28:53 +03:00
parent cf4bf3caa3
commit 14b96bf37e
6 changed files with 49 additions and 5 deletions

View File

@@ -173,5 +173,8 @@
const json_resp = await req.json();
previewContainer.innerHTML = json_resp.html;
previewErrorsContainer.textContent = "";
const accordionRefreshEvt = new CustomEvent("refresh_accordions");
document.body.dispatchEvent(accordionRefreshEvt);
});
}