diff options
author | Jayaram R Pai | 2014-09-10 17:33:49 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-10 17:33:49 +0530 |
commit | 4caaa04f8760beaa9c5947875fc16d49600ba8db (patch) | |
tree | 5251d4191e52f876ed57b7716d842e1ae145f025 /static/website/templates | |
parent | bd7345a7f9fe0818071133c6ce752a163a60b9e8 (diff) | |
download | scilab-on-cloud-4caaa04f8760beaa9c5947875fc16d49600ba8db.tar.gz scilab-on-cloud-4caaa04f8760beaa9c5947875fc16d49600ba8db.tar.bz2 scilab-on-cloud-4caaa04f8760beaa9c5947875fc16d49600ba8db.zip |
changed config vars
Diffstat (limited to 'static/website/templates')
-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> |