Skip to content

Commit

Permalink
[#2618] Use fanstatic
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 6, 2012
1 parent 61984f9 commit 9a0a272
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckan/templates/snippets/scripts.html
Expand Up @@ -6,7 +6,7 @@
<script src="{% url_for_static "/base/vendor/bootstrap/js/bootstrap-alert.js" %}"></script>
<script src="{% url_for_static "/base/vendor/bootstrap/js/bootstrap-tab.js" %}"></script>
<script src="{% url_for_static "/base/vendor/bootstrap/js/bootstrap-button.js" %}"></script>
<script src="{% url_for_static "/base/javascript/plugins/jquery.inherit.js" %}"></script>
{# <script src="{% url_for_static "/base/javascript/plugins/jquery.inherit.js" %}"></script>
<script src="{% url_for_static "/base/javascript/plugins/jquery.proxy-all.js" %}"></script>
<script src="{% url_for_static "/base/javascript/plugins/jquery.url-helpers.js" %}"></script>
<script src="{% url_for_static "/base/javascript/plugins/jquery.date-helpers.js" %}"></script>
Expand All @@ -26,4 +26,5 @@
<script src="{% url_for_static '/base/javascript/modules/confirm-delete.js' %}"></script>
<script src="{% url_for_static '/base/javascript/modules/api-info.js' %}"></script>
<script src="{% url_for_static '/base/javascript/modules/autocomplete.js' %}"></script>
<script src="{% url_for_static '/base/javascript/modules/custom-fields.js' %}"></script>
<script src="{% url_for_static '/base/javascript/modules/custom-fields.js' %}"></script> #}
{% resource 'base/main' %}

0 comments on commit 9a0a272

Please sign in to comment.