Changeset - e1dfd65c3a6e
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-01 03:19:46
bkuhn@ebb.org
All included via base_conservancy.html template

jQuery, jQuery UI, and the supporter-page Javscript are now included via
the base_conservancy.html template.
3 files changed with 0 insertions and 11 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter/event.html
Show inline comments
...
 
@@ -5,8 +5,3 @@
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="/jquery.min.js"></script>
 
<script type="text/javascript" src="/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="/supporter-page.js"></script>
 

	
 
{% endblock %}
www/conservancy/static/supporter/thank-you-event.html
Show inline comments
...
 
@@ -6,5 +6,2 @@
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="/jquery.min.js"></script>
 
<script type="text/javascript" src="/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="/supporter-page.js"></script>
 
{% endblock %}
www/conservancy/static/supporter/thank-you.html
Show inline comments
...
 
@@ -6,5 +6,2 @@
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="/jquery.min.js"></script>
 
<script type="text/javascript" src="/jquery-ui.min.js"></script>
 
<script type="text/javascript" src="/supporter-page.js"></script>
 
{% endblock %}
0 comments (0 inline, 0 general)