Also consistently load the same version of jquery, so browsers only have
to cache one.
{% block extrahead %}
{{ block.super }}
{%if toggle_fields or jquery %}
-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
+<script type="text/javascript" src="/media/js/jquery.min.js"></script>
{%endif%}
{%if markdownfields%}
<link rel="stylesheet" type="text/css" href="/media/css/showdown_preview.css" />
{%extends "base/page.html"%}
{%block title%}Feature Matrix{%endblock%}
{%block extrahead%}
-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script type="text/javascript" src="/media/js/jquery.min.js"></script>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){