This commit is contained in:
Joseph Cheung 2023-02-26 08:37:17 +08:00
parent 850304b7b1
commit 10b9c2ee90
64 changed files with 6495 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
(function(t,e){"use strict";var s=e.currentScript||function(){var t=e.getElementsByTagName("script");return t[t.length-1]}();t.searxng={settings:JSON.parse(atob(s.getAttribute("client_settings")))};var n=e.getElementsByTagName("html")[0];n.classList.remove("no-js");n.classList.add("js")})(window,document);
//# sourceMappingURL=magi.head.min.js.map

View file

@ -0,0 +1 @@
{"version":3,"file":"magi.head.min.js","sources":["../src/js/head/00_init.js"],"sourcesContent":["/* SPDX-License-Identifier: AGPL-3.0-or-later */\r\n(function (w, d) {\r\n 'use strict';\r\n\r\n // add data- properties\r\n var script = d.currentScript || (function () {\r\n var scripts = d.getElementsByTagName('script');\r\n return scripts[scripts.length - 1];\r\n })();\r\n\r\n w.searxng = {\r\n settings: JSON.parse(atob(script.getAttribute('client_settings')))\r\n };\r\n\r\n // update the css\r\n var hmtlElement = d.getElementsByTagName(\"html\")[0];\r\n hmtlElement.classList.remove('no-js');\r\n hmtlElement.classList.add('js');\r\n\r\n})(window, document);\r\n"],"names":["w","d","script","currentScript","scripts","getElementsByTagName","length","searxng","settings","JSON","parse","atob","getAttribute","hmtlElement","classList","remove","add","window","document"],"mappings":"CACA,SAAWA,EAAGC,GACZ,aAGA,IAAIC,EAASD,EAAEE,eAAkB,WAC/B,IAAIC,EAAUH,EAAEI,qBAAqB,QAAQ,EAC7C,OAAOD,EAAQA,EAAQE,OAAS,EACjC,EAAE,EAEHN,EAAEO,QAAU,CACVC,SAAUC,KAAKC,MAAMC,KAAKT,EAAOU,aAAa,iBAAiB,CAAC,CAAC,CACnE,EAGA,IAAIC,EAAcZ,EAAEI,qBAAqB,MAAM,EAAE,GACjDQ,EAAYC,UAAUC,OAAO,OAAO,EACpCF,EAAYC,UAAUE,IAAI,IAAI,CAE/B,GAAEC,OAAQC,QAAQ"}

18
searx/static/themes/magi/js/magi.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long