mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove debug text
This commit is contained in:
@@ -5103,7 +5103,6 @@ function initalizeTooltips() {
|
|||||||
function registerElement(el) {
|
function registerElement(el) {
|
||||||
// el should have attribute "tooltip"
|
// el should have attribute "tooltip"
|
||||||
let text = el.getAttribute("tooltip");
|
let text = el.getAttribute("tooltip");
|
||||||
el.setAttribute("wawawa", "yeah")
|
|
||||||
|
|
||||||
el.addEventListener("mouseenter", function(event) {
|
el.addEventListener("mouseenter", function(event) {
|
||||||
tooltip.innerText = text;
|
tooltip.innerText = text;
|
||||||
|
Reference in New Issue
Block a user