[fix] do not show glyph icons if noscript is enabled - #838

This commit is contained in:
Adam Tauber 2017-01-27 01:19:49 +01:00
parent 52d1087202
commit b3974fc880
1 changed files with 5 additions and 0 deletions

View File

@ -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>