mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[static] make /stats more CSP compliant- make themes.all
Based on commits -0507e185
[fix] bar graph and rename CSS class engine-scores -> engine-score -3e9ad7ae
[fix] make /stats more CSP compliant - github issue form -34859d0e
[fix] make /stats more CSP compliant - oscar theme -0a6c4884
[fix] make /stats more CSP compliant - simple theme -cdfb4b7f
[fix] make /stats more CSP compliant - bar graph -965817f2
[fix] simple theme - generate missing sourceMap file this patch is generated by:: make themes.all Reported-by: https://github.com/searxng/searxng/issues/57 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
0507e185a5
commit
73d73dcf9b
18 changed files with 1797 additions and 105 deletions
|
@ -1,4 +1,4 @@
|
|||
/*! simple/searx.min.js | 23-04-2021 | */
|
||||
/*! simple/searx.min.js | 17-05-2021 | https://github.com/searxng/searxng */
|
||||
|
||||
(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
|
Loading…
Add table
Add a link
Reference in a new issue