Remove debug text

This commit is contained in:
somebody
2022-10-14 13:29:48 -05:00
parent 6ff16ac808
commit e28c862007

View File

@@ -5103,7 +5103,6 @@ function initalizeTooltips() {
function registerElement(el) {
// el should have attribute "tooltip"
let text = el.getAttribute("tooltip");
el.setAttribute("wawawa", "yeah")
el.addEventListener("mouseenter", function(event) {
tooltip.innerText = text;