summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
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">