Static build

This commit is contained in:
Alexandre Flament 2021-06-16 14:23:44 +02:00
parent 7137d2893f
commit 85033f3d09
25 changed files with 1231 additions and 585 deletions

View file

@ -33,7 +33,7 @@
infinite_scroll: script.getAttribute('data-infinite-scroll') === 'true',
static_path: script.getAttribute('data-static-path'),
translations: JSON.parse(script.getAttribute('data-translations')),
}
};
// update the css
d.getElementsByTagName("html")[0].className = (w.searx.touch)?"js touch":"js";