Skip to content

Commit 6477502

Browse files
committed
don't want the defer
1 parent 23db4cc commit 6477502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sim/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1>{% block page_title %}Example Base Template{% endblock page_title %}</h1>
6767
<!-- Placed at the end of the document so the pages load faster -->
6868
<script src="http://code.jquery.com/jquery-latest.js"></script>
6969
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js
70-
" type="text/javascript" charset="utf-8" async defer></script>
70+
" type="text/javascript" charset="utf-8"></script>
7171
<script src="{{ STATIC_URL }}js/bootstrap.min.js"></script>
7272

7373
<!-- place project specific Javascript in this file -->

0 commit comments

Comments
 (0)