mirror of https://github.com/searxng/searxng.git
[fix] do not show glyph icons if noscript is enabled - #838
This commit is contained in:
parent
52d1087202
commit
b3974fc880
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue