From 7657db7ad6e0eebaecd9a1bf24085e12ec7bce8b Mon Sep 17 00:00:00 2001 From: nrbdev Date: Thu, 2 Jan 2025 18:18:27 -0500 Subject: [PATCH] webui archon shard hover thing --- static/webui/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/webui/script.js b/static/webui/script.js index 367fbceb..d4b2ec2c 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -228,6 +228,7 @@ function updateInventory() { const a = document.createElement("a"); a.href = "/webui/powersuit/" + item.ItemId.$oid; a.innerHTML = ``; + a.title = "Install Archon Shards"; td.appendChild(a); } {