mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
feat: a terrifying quantity of rework
This commit is contained in:
parent
65191fd93c
commit
35f5f48cc9
33 changed files with 250 additions and 161 deletions
|
|
@ -2,7 +2,6 @@ function nonoscriptImplementer() {
|
|||
var nonoscript = document.getElementsByClassName("nonoscript");
|
||||
console.log(nonoscript);
|
||||
for (let item of nonoscript) {
|
||||
console.log("meep!");
|
||||
item.classList.remove("nonoscript");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue