remove weird button
This commit is contained in:
parent
69714e47cc
commit
9e9ebb506b
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue