remove weird button
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user