We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c381fe commit 9257df0Copy full SHA for 9257df0
themes/html5rocks/base.html
@@ -493,9 +493,7 @@ <h3>HTML5 Features</h3>
493
{% endif %}
494
495
<!-- defer is unreliable in ie <= 9, but o well -->
496
- <script defer src="{{config.main_site_origin}}/static/js/app{% if prod %}.min{% endif %}.js"></script>
497
<script defer src="{{config.main_site_origin}}/static/js/search{% if prod %}.min{% endif %}.js"></script>
498
- <!--<script defer src="{{config.main_site_origin}}/static/js/3rdpartyinit{% if prod %}.min{% endif %}.js"></script>-->
499
</body>
500
</html>
501
0 commit comments