summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx.head.min.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-10-01 18:37:12 +0200
committerGitHub <noreply@github.com>2021-10-01 18:37:12 +0200
commit8bd7358c065a9c96efdcc188b23596ecacaaf2e7 (patch)
tree6624deb9186ef9979230e8e63a871b96a4dd38b1 /searx/static/themes/simple/js/searx.head.min.js
parent458575c221abcdbe3c0ffb633dd06f5f6d05bf2e (diff)
parenta53a4d5012a3aa5bcabbe0d7db8805fdf342d896 (diff)
Merge pull request #371 from dalf/searxng-theme-simple
Searxng theme simple
Diffstat (limited to 'searx/static/themes/simple/js/searx.head.min.js')
-rw-r--r--searx/static/themes/simple/js/searx.head.min.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/static/themes/simple/js/searx.head.min.js b/searx/static/themes/simple/js/searx.head.min.js
deleted file mode 100644
index 692083d59..000000000
--- a/searx/static/themes/simple/js/searx.head.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-(function(t,e){"use strict";var a=e.currentScript||function(){var t=e.getElementsByTagName("script");return t[t.length-1]}();t.searx={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.searx.touch?"js touch":"js"})(window,document);
-//# sourceMappingURL=searx.head.min.js.map \ No newline at end of file