diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-12-19 07:28:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-19 07:28:18 +0100 |
| commit | 24f4ec530d77d3b4ed27a48839238460efe08b32 (patch) | |
| tree | c4561e26278efbacad24aac0451000e236813ed0 /searx/static/themes/oscar/js/searxng.min.js | |
| parent | 2713ac6c0b5aeca29ca1ade6df1b962e9396fdd0 (diff) | |
| parent | c6b76aa429b80431aebc26d50677b3c099c1df9d (diff) | |
Merge pull request #617 from mrpaulblack/fix-error-svg
[fix] theme: build `img_load_error.svg` as SVG instead of PNG
Diffstat (limited to 'searx/static/themes/oscar/js/searxng.min.js')
| -rw-r--r-- | searx/static/themes/oscar/js/searxng.min.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/js/searxng.min.js b/searx/static/themes/oscar/js/searxng.min.js index c835d8129..9da3a8b75 100644 --- a/searx/static/themes/oscar/js/searxng.min.js +++ b/searx/static/themes/oscar/js/searxng.min.js @@ -4,7 +4,7 @@ * (C) Copyright Contributors to the searx project (2014 - 2021). * SPDX-License-Identifier: AGPL-3.0-or-later */ -window.searxng=function(t){"use strict";t.getElementsByTagName("html")[0].className="js";var e=t.currentScript||(e=t.getElementsByTagName("script"))[e.length-1];return{autocompleter:"true"===e.getAttribute("data-autocompleter"),method:e.getAttribute("data-method"),translations:JSON.parse(e.getAttribute("data-translations"))}}(document), +window.searxng=function(t){"use strict";t.getElementsByTagName("html")[0].className="js";var e,e=t.currentScript||(e=t.getElementsByTagName("script"))[e.length-1];return{autocompleter:"true"===e.getAttribute("data-autocompleter"),method:e.getAttribute("data-method"),translations:JSON.parse(e.getAttribute("data-translations"))}}(document), /** * @license * (C) Copyright Contributors to the SearXNG project. |