summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx.head.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-16 14:23:44 +0200
committerAlexandre Flament <alex@al-f.net>2021-06-16 14:30:46 +0200
commit85033f3d097c6ae796e8ddadf469a4db78b76fca (patch)
tree3693ed3ca4644f3bb0713791bd1d2240360724ae /searx/static/themes/simple/js/searx.head.js
parent7137d2893f33e9158e8563a21d9586119d175269 (diff)
Static build
Diffstat (limited to 'searx/static/themes/simple/js/searx.head.js')
-rw-r--r--searx/static/themes/simple/js/searx.head.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/js/searx.head.js b/searx/static/themes/simple/js/searx.head.js
index e6964400b..be7560451 100644
--- a/searx/static/themes/simple/js/searx.head.js
+++ b/searx/static/themes/simple/js/searx.head.js
@@ -33,7 +33,7 @@
infinite_scroll: script.getAttribute('data-infinite-scroll') === 'true',
static_path: script.getAttribute('data-static-path'),
translations: JSON.parse(script.getAttribute('data-translations')),
- }
+ };
// update the css
d.getElementsByTagName("html")[0].className = (w.searx.touch)?"js touch":"js";