mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
[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 %}
|
{% for script in scripts %}
|
||||||
<script src="{{ url_for('static', filename=script) }}"></script>
|
<script src="{{ url_for('static', filename=script) }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<noscript>
|
||||||
|
<style>
|
||||||
|
.glyphicon { display: none; }
|
||||||
|
</style>
|
||||||
|
</noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user