Skip to content

Commit

Permalink
[2618] remove scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Sep 5, 2012
1 parent ed35636 commit f92c23a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 41 deletions.
6 changes: 5 additions & 1 deletion ckan/templates/page.html
Expand Up @@ -95,6 +95,10 @@ <h2>A sidebar item</h2>
{%- endblock -%}

{%- block scripts %}
{% resource 'base/main' %}

{% if config.get('ckan.tracking_enabled', 'false') %}
{% snippet 'snippets/internal_tracking.html' %}
{% endif %}
{{ super() }}
{% snippet "snippets/scripts.html" %}
{% endblock -%}
40 changes: 0 additions & 40 deletions ckan/templates/snippets/scripts.html

This file was deleted.

1 comment on commit f92c23a

@DavidLemayian
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. Why is this being done? It seems to be what is disallowing uploading of files..

Please sign in to comment.