diff options
| -rw-r--r-- | searx/templates/oscar/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 220f5f8b1..890204c7e 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -98,5 +98,10 @@ {% for script in scripts %} <script src="{{ url_for('static', filename=script) }}"></script> {% endfor %} + <noscript> + <style> + .glyphicon { display: none; } + </style> + </noscript> </body> </html> |