This commit is contained in:
kittywitch 2025-11-09 14:35:12 +00:00
parent f2425e5742
commit a7c0ae62b1
4 changed files with 31 additions and 31 deletions

View file

@ -16,15 +16,6 @@
```
-->
<script>
function nonoscriptImplementer() {
var nonoscript = document.getElementsByClassName("nonoscript");
console.log(nonoscript);
for (let item of nonoscript) {
console.log("meep!");
item.classList.remove("nonoscript");
}
}
window.onload = nonoscriptImplementer();
<script src="/nonoscript.js">
</script>
<!-- End of component for no-noscript -->