diff options
author | Alexandre Flament <alex@al-f.net> | 2021-11-05 12:45:15 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-11-05 12:45:15 +0100 |
commit | 558e0c32419d9e3f78e543fea7c51b295f24c245 (patch) | |
tree | 474814ffa753995d05a7a92be40aa9377f3ce39e /searx/static/themes/simple/js/searxng.head.min.js | |
parent | c00e54d61b71bf03e47e3c1c5b58f6b520d18d9b (diff) | |
download | searxng-558e0c32419d9e3f78e543fea7c51b295f24c245.tar.gz searxng-558e0c32419d9e3f78e543fea7c51b295f24c245.zip |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/js/searxng.head.min.js')
-rw-r--r-- | searx/static/themes/simple/js/searxng.head.min.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/js/searxng.head.min.js b/searx/static/themes/simple/js/searxng.head.min.js index a914a2be2..af2f861e8 100644 --- a/searx/static/themes/simple/js/searxng.head.min.js +++ b/searx/static/themes/simple/js/searxng.head.min.js @@ -4,5 +4,5 @@ * (C) Copyright Contributors to the searx project (2014 - 2021). * SPDX-License-Identifier: AGPL-3.0-or-later */ -(function(t,e){"use strict";var a=e.currentScript||function(){var t=e.getElementsByTagName("script");return t[t.length-1]}();t.searxng={touch:"ontouchstart"in t||t.DocumentTouch&&document instanceof DocumentTouch||false,method:a.getAttribute("data-method"),autocompleter:a.getAttribute("data-autocompleter")==="true",search_on_category_select:a.getAttribute("data-search-on-category-select")==="true",infinite_scroll:a.getAttribute("data-infinite-scroll")==="true",static_path:a.getAttribute("data-static-path"),translations:JSON.parse(a.getAttribute("data-translations"))};e.getElementsByTagName("html")[0].className=t.searxng.touch?"js touch":"js"})(window,document); +(function(t,e){"use strict";var a=e.currentScript||function(){var t=e.getElementsByTagName("script");return t[t.length-1]}();t.searxng={touch:"ontouchstart"in t||t.DocumentTouch&&document instanceof DocumentTouch||false,method:a.getAttribute("data-method"),autocompleter:a.getAttribute("data-autocompleter")==="true",search_on_category_select:a.getAttribute("data-search-on-category-select")==="true",infinite_scroll:a.getAttribute("data-infinite-scroll")==="true",hotkeys:a.getAttribute("data-hotkeys")==="true",static_path:a.getAttribute("data-static-path"),translations:JSON.parse(a.getAttribute("data-translations"))};e.getElementsByTagName("html")[0].className=t.searxng.touch?"js touch":"js"})(window,document); //# sourceMappingURL=searxng.head.min.js.map
\ No newline at end of file |