We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23db4cc commit 6477502Copy full SHA for 6477502
1 file changed
sim/templates/base.html
@@ -67,7 +67,7 @@ <h1>{% block page_title %}Example Base Template{% endblock page_title %}</h1>
67
<!-- Placed at the end of the document so the pages load faster -->
68
<script src="http://code.jquery.com/jquery-latest.js"></script>
69
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js
70
-" type="text/javascript" charset="utf-8" async defer></script>
+" type="text/javascript" charset="utf-8"></script>
71
<script src="{{ STATIC_URL }}js/bootstrap.min.js"></script>
72
73
<!-- place project specific Javascript in this file -->
0 commit comments