Skip to content

Commit 9257df0

Browse files
committed
Fixing html5rocks#3 - removing reference to app.js
1 parent 5c381fe commit 9257df0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/html5rocks/base.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,7 @@ <h3>HTML5 Features</h3>
493493
{% endif %}
494494

495495
<!-- 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>
497496
<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>-->
499497
</body>
500498
</html>
501499

0 commit comments

Comments
 (0)