From 25312c53e170deb55bd48029e3b76b87692e1911 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 3 Nov 2014 22:18:40 +0100 Subject: [enh] add no-js support * image results have url, which can be clicked * preferences full functionable without js --- searx/templates/oscar/base.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'searx/templates/oscar/base.html') diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 544820060..a023db415 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -31,6 +31,12 @@ searx.method = "{{ method or 'POST' }}"; searx.autocompleter = {% if autocomplete %}true{% else %}false{% endif %}; +
-- cgit v1.2.3