summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searxng.head.min.js.map
blob: 4869cc1dda1d7f58cd18f901a3248ac25a3e90f9 (plain)
1
{"version":3,"file":"searxng.head.min.js","sources":["../src/js/head/00_init.js"],"sourcesContent":["/**\n * @license\n * (C) Copyright Contributors to the SearXNG project.\n * (C) Copyright Contributors to the searx project (2014 - 2021).\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/* global DocumentTouch:readonly */\n(function(w, d) {\n    'use strict';\n\n    // add data- properties\n    var script = d.currentScript  || (function() {\n        var scripts = d.getElementsByTagName('script');\n        return scripts[scripts.length - 1];\n    })();\n\n    // try to detect touch screen\n    w.searxng = {\n        touch: ((\"ontouchstart\" in w) || w.DocumentTouch && document instanceof DocumentTouch) || false,\n        method: script.getAttribute('data-method'),\n        autocompleter: script.getAttribute('data-autocompleter') === 'true',\n        search_on_category_select: script.getAttribute('data-search-on-category-select') === 'true',\n        infinite_scroll: script.getAttribute('data-infinite-scroll') === 'true',\n        hotkeys: script.getAttribute('data-hotkeys') === 'true',\n        static_path: script.getAttribute('data-static-path'),\n        translations: JSON.parse(script.getAttribute('data-translations')),\n        theme : {\n            // image that is displayed if load of <img src='...'> failed\n            img_load_error: 'img/img_load_error.svg'\n        }\n    };\n\n    // update the css\n    var hmtlElement = d.getElementsByTagName(\"html\")[0];\n    hmtlElement.classList.remove('no-js');\n    hmtlElement.classList.add('js');\n    if (w.searxng.touch) {\n        hmtlElement.classList.add('touch');\n    }\n})(window, document);"],"names":["w","d","script","currentScript","scripts","getElementsByTagName","length","searxng","touch","DocumentTouch","document","method","getAttribute","autocompleter","search_on_category_select","infinite_scroll","hotkeys","static_path","translations","JSON","parse","theme","img_load_error","hmtlElement","classList","remove","add","window"],"mappings":";;;;;;CAOA,SAAUA,EAAGC,gBAIT,IAAIC,EAASD,EAAEE,eAAkB,WAC7B,IAAIC,EAAUH,EAAEI,qBAAqB,UACrC,OAAOD,EAAQA,EAAQE,OAAS,GAFH,GAMjCN,EAAEO,QAAU,CACRC,MAAS,iBAAkBR,GAAMA,EAAES,eAAiBC,oBAAoBD,eAAkB,MAC1FE,OAAQT,EAAOU,aAAa,eAC5BC,cAAeX,EAAOU,aAAa,wBAA0B,OAC7DE,0BAA2BZ,EAAOU,aAAa,oCAAsC,OACrFG,gBAAiBb,EAAOU,aAAa,0BAA4B,OACjEI,QAASd,EAAOU,aAAa,kBAAoB,OACjDK,YAAaf,EAAOU,aAAa,oBACjCM,aAAcC,KAAKC,MAAMlB,EAAOU,aAAa,sBAC7CS,MAAQ,CAEJC,eAAgB,2BAKxB,IAAIC,EAActB,EAAEI,qBAAqB,QAAQ,GACjDkB,EAAYC,UAAUC,OAAO,SAC7BF,EAAYC,UAAUE,IAAI,MAC1B,GAAI1B,EAAEO,QAAQC,MAAO,CACjBe,EAAYC,UAAUE,IAAI,WA9BlC,CAgCGC,OAAQjB"}