spatial template fixes
[ckanext-datagovau.git] / ckanext / datagovau / templates / dataviewer / base.html
1
2
3
4
5
6
7
8
9
10
11
{% ckan_extends %}
{% block scripts %}
      {{ super() }}
  <script>
    preload_resource.url = preload_resource.url.replace("https:","").replace("http:","");
    preload_resource.original_url = preload_resource.original_url.replace("https:","").replace("http:","");
  </script>
{% endblock %}