Skip to content

Commit

Permalink
[2375] Add main.js to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 19, 2012
1 parent 995367e commit 5a830b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckan/templates/base.html
Expand Up @@ -94,6 +94,8 @@
<script src="/base/js/custom.js"></script>
{% endblock %}
#}
{%- block scripts %}{% endblock -%}
{%- block scripts %}
<script src="/base/javascript/main.js"></script>
{% endblock -%}
</body>
</html>

0 comments on commit 5a830b6

Please sign in to comment.