Switch to jQuery 1.7.2 and jQuery UI 1.8.22 custom

This commit is contained in:
Bradley M. Kuhn 2015-11-23 09:49:43 -08:00
parent 7f78638faf
commit e358835058
4 changed files with 3 additions and 2 deletions

View file

@ -9,8 +9,9 @@
<meta name="keywords" content="software, freedom, conservancy, open source, gnu, GNU, Open Source, Free and Open Source, Free and Open Source Software, FLOSS, FOSS, protect, protection, help, policy, linux, non-profit" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/conservancy.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="/js/jquery.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui.min.js"></script>
<link rel="stylesheet" href="/css/jquery-ui-1.8.22.custom.css" />
<script type="text/javascript" src="/js/jquery-1.7.2.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.22.custom.min.js"></script>
<script type="text/javascript" src="/supporter-page.js"></script>
{% block head %}{% endblock %}
</head>