From 7a6ea56565362fb9c5de7e056583e4415b6eb320 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 30 Jan 2025 16:30:13 +0100 Subject: [web-client] simple theme: vite build -- CSS sourcemaps still missing!!! Signed-off-by: Markus Heiser --- searx/static/themes/simple/js/searxng.head.min.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/static/themes/simple/js/searxng.head.min.js') diff --git a/searx/static/themes/simple/js/searxng.head.min.js b/searx/static/themes/simple/js/searxng.head.min.js index 18ddcfd15..e2cabc4a9 100644 --- a/searx/static/themes/simple/js/searxng.head.min.js +++ b/searx/static/themes/simple/js/searxng.head.min.js @@ -1,2 +1,2 @@ -(function(t,e){"use strict";var s=e.currentScript||function(){var t=e.getElementsByTagName("script");return t[t.length-1]}();t.searxng={settings:JSON.parse(atob(s.getAttribute("client_settings")))};var n=e.getElementsByTagName("html")[0];n.classList.remove("no-js");n.classList.add("js")})(window,document); -//# sourceMappingURL=searxng.head.min.js.map \ No newline at end of file +(function(n,t){var r=t.currentScript||function(){var s=t.getElementsByTagName("script");return s[s.length-1]}();n.searxng={settings:JSON.parse(atob(r.getAttribute("client_settings")))};var e=t.getElementsByTagName("html")[0];e.classList.remove("no-js"),e.classList.add("js")})(window,document); +//# sourceMappingURL=searxng.head.min.js.map -- cgit v1.2.3