Changeset - e35883505858
[Not reviewed]
3 1 3
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-01 03:19:43
bkuhn@ebb.org
Switch to jQuery 1.7.2 and jQuery UI 1.8.22 custom
4 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/jquery-ui-1.8.22.custom.css
Show inline comments
 
file renamed from www/conservancy/static/css/jquery-ui.css to www/conservancy/static/css/jquery-ui-1.8.22.custom.css
www/conservancy/static/js/jquery-1.7.2.js
Show inline comments
 
file renamed from www/conservancy/static/js/jquery.min.js to www/conservancy/static/js/jquery-1.7.2.js
www/conservancy/static/js/jquery-ui-1.8.22.custom.min.js
Show inline comments
 
file renamed from www/conservancy/static/js/jquery-ui.min.js to www/conservancy/static/js/jquery-ui-1.8.22.custom.min.js
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -6,14 +6,15 @@
 
    <title>{% block title %}{% block subtitle %}{% endblock %}Software Freedom Conservancy{% endblock %}</title>
 
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
    <meta name="description" content="The Software Freedom Conservancy provides a non-profit home and services to Free, Libre and Open Source Software (FLOSS) projects." />
 
    <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>
 

	
 
  <body class="conservancy-{% block category %}other{% endblock %}">
 
    <div id="conservancyheader">
0 comments (0 inline, 0 general)