diff --git a/static/neko/neko.js b/static/neko/neko.js index e70c4bc8e488aa984c1fe32af75f0e859c1d6d36..25007d26985c45f1c8bcb04b5bded739990877a0 100644 --- a/static/neko/neko.js +++ b/static/neko/neko.js @@ -91,6 +91,7 @@ } else { movementEnabled = true; nekoEl.style.cursor = "default"; + nekoEl.title = ""; } } @@ -105,6 +106,7 @@ nekoEl.style.top = `${nekoPosY - 16}px`; nekoEl.style.cursor = "pointer"; nekoEl.style.zIndex = 2147483647; + nekoEl.title = "Play with me!"; let nekoFile = "/static/neko/oneko.gif" const curScript = document.currentScript