summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx.head.js
diff options
context:
space:
mode:
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";