both supporter.html and base.html were including jquery, leading to script failures. removed include from supporter.

pull/1/head
Andromeda Yelton 2011-12-13 13:14:56 -05:00
parent 5188bfa519
commit fd9f0a8e0c
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
{% endblock %}
{% block extra_head %}
<script type="text/javascript" src="/static/js/wishlist.js"></script>
<script type="text/javascript" src="/static/js/jquery-1.6.3.min.js"></script>
<script type="text/javascript" src="/static/js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="/static/js/greenpanel.js"></script>