diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index cb99367..bf15ea4 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -113,7 +113,7 @@ <div id="databox"></div> </div> <!-- /#databox-wrapper --> - <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> + <script src="{% static 'website/js/jquery-1.10.2.min.js' %}"></script> <script src="{% static '/static/dajax/jquery.dajax.core.js' %}"></script> <script src="{% static 'website/js/codemirror.js'%}"></script> <script src="{% static 'website/js/javascript.js'%}"></script> |