Skip to content

Commit

Permalink
Add missing ngCookies when DEBUG_STATIC true
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Aug 30, 2019
1 parent af48a63 commit 6a29e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/templates/search/search_scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

{% if DEBUG_STATIC %}
<script src="{% static "lib/js/angular.js" %}?v={{ VERSION }}"></script>
<script src="{% static "lib/js/angular-cookies.js" %}"></script>
<script src="{% static "lib/js/angular-leaflet-directive.min.js" %}?v={{ VERSION }}"></script>
<script src="{% static "lib/js/bootstrap-treeview.min.js" %}?v={{ VERSION }}"></script>
{% endif %}
Expand Down

0 comments on commit 6a29e46

Please sign in to comment.