remove weird button

This commit is contained in:
MathMan05 2024-08-17 18:40:22 -05:00
parent 69714e47cc
commit 9e9ebb506b
2 changed files with 0 additions and 2 deletions

View file

@ -36,7 +36,6 @@ class Contextmenu {
}
const intext = document.createElement("button");
intext.disabled = !thing[4]();
intext["button"] = intext;
intext.classList.add("contextbutton");
intext.textContent = thing[0];
console.log(thing);