Replace locally-hosted jQuery with CDN-hosted version.

This commit is contained in:
Thom Brown
2014-03-15 14:35:59 +00:00
parent abeaa24106
commit e495cae03c
2 changed files with 1 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{%extends "base/page.html"%}
{%block title%}Feature Matrix{%endblock%}
{%block extrahead%}
<script type="text/javascript" src="/media/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){