Skip to content

Commit

Permalink
Merge pull request #14 from keitaroinc/master
Browse files Browse the repository at this point in the history
Change order of loading for jQuery popupoverlay
  • Loading branch information
klikstermkd authored Oct 26, 2016
2 parents 0e4a0b9 + bca51dd commit 112a8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/orgdashboards/templates/dashboards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
{% resource 'orgdashboards/map' %}
{% resource 'orgdashboards/vendor/jquery-1_12_3.js' %}
{% resource 'orgdashboards/vendor/js.cookie.js' %}
{% resource 'orgdashboards/vendor/jquery.popupoverlay.js' %}
{% resource 'orgdashboards/dashboard.js' %}
{% resource 'orgdashboards/font-awesome.css' %}
{% resource 'orgdashboards/vendor/jquery.popupoverlay.js' %}
{% endblock %}

{% if organization.orgdashboards_base_color %}
Expand Down

0 comments on commit 112a8cd

Please sign in to comment.