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); } {