mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[build] /static
This commit is contained in:
parent
74b0830362
commit
a53a4d5012
21 changed files with 125 additions and 181 deletions
8
searx/static/themes/simple/js/searxng.head.min.js
vendored
Normal file
8
searx/static/themes/simple/js/searxng.head.min.js
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* @license
|
||||
* (C) Copyright Contributors to the SearXNG project.
|
||||
* (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);
|
||||
//# sourceMappingURL=searxng.head.min.js.map
|
Loading…
Add table
Add a link
Reference in a new issue