From e28c862007f2c4fcc49804baccfbcd89d4d78ae2 Mon Sep 17 00:00:00 2001 From: somebody Date: Fri, 14 Oct 2022 13:29:48 -0500 Subject: [PATCH] Remove debug text --- static/koboldai.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/koboldai.js b/static/koboldai.js index 586411ab..057b2ef8 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -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;