summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-03 22:18:40 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-03 22:18:40 +0100
commit25312c53e170deb55bd48029e3b76b87692e1911 (patch)
treeefbffee25f85db3643d7cb2430821cb81b428122 /searx/templates/oscar/base.html
parentb4829891f93515c7d19af2472a855eccd7807c4a (diff)
downloadsearxng-25312c53e170deb55bd48029e3b76b87692e1911.tar.gz
searxng-25312c53e170deb55bd48029e3b76b87692e1911.zip
[enh] add no-js support
* image results have url, which can be clicked * preferences full functionable without js
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html6
1 files changed, 6 insertions, 0 deletions
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 %};
</script>
+ <noscript>
+ <style type="text/css">
+ .tab-content > .active_if_nojs {display: block;}
+ .hide_if_nojs {display: none !important;overflow:none !important;}
+ </style>
+ </noscript>
</head>
<body>
<div class="container">