diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-16 14:23:44 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-06-16 14:30:46 +0200 |
| commit | 85033f3d097c6ae796e8ddadf469a4db78b76fca (patch) | |
| tree | 3693ed3ca4644f3bb0713791bd1d2240360724ae /searx/static/themes/simple/js/searx.head.js | |
| parent | 7137d2893f33e9158e8563a21d9586119d175269 (diff) | |
Static build
Diffstat (limited to 'searx/static/themes/simple/js/searx.head.js')
| -rw-r--r-- | searx/static/themes/simple/js/searx.head.js | 2 |
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"; |