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

pull/1/head
Adam Tauber 8 years ago
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…
Cancel
Save