diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-01-24 22:05:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 22:05:55 +0100 |
| commit | 576eab04d237f6360bcb01e4e624d5062472e281 (patch) | |
| tree | 97da289da7d66e7e8cd05383bb9fd52ca92d16df /searx/static/themes/oscar/js/searxng.min.js | |
| parent | 7ce76251170c06e8d5bb1e749d0a7be0e8c71abb (diff) | |
| parent | 80530befdcd74eb000a7e741cddc69b7280debff (diff) | |
Merge pull request #802 from MontyQI/Icon-update
Changed preferences icon to settings icon in gruntfile
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 9da3a8b75..c835d8129 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,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=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. |