From 89cb563793fceb06d6f8c28f843ce848447852cb Mon Sep 17 00:00:00 2001 From: cybrneko Date: Sat, 10 May 2025 21:51:46 -0500 Subject: [PATCH] fixed issue where oneko.gif was not referenced correctly, causing invisible neko --- searx/static/themes/simple/js/oneko.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/simple/js/oneko.js b/searx/static/themes/simple/js/oneko.js index cbc517491..4dc890775 100644 --- a/searx/static/themes/simple/js/oneko.js +++ b/searx/static/themes/simple/js/oneko.js @@ -96,7 +96,7 @@ nekoEl.style.top = `${nekoPosY - 16}px`; nekoEl.style.zIndex = 2147483647; - let nekoFile = "./oneko.gif" + let nekoFile = "/static/themes/simple/js/oneko.gif" const curScript = document.currentScript if (curScript && curScript.dataset.cat) { nekoFile = curScript.dataset.cat