Skip to content

Commit

Permalink
[#2375] Js for internal tracking added
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 17, 2012
1 parent 07bfcda commit 01a0462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckan/templates/snippets/scripts.html
Expand Up @@ -29,3 +29,6 @@
<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/related-item.js' %}"></script>
{% if config.get('ckan.tracking_enabled', 'false') %}
{% snippet 'snippets/internal_tracking.html' %}
{% endif %}

0 comments on commit 01a0462

Please sign in to comment.