Skip to content

Commit

Permalink
Fix for map on group list page - still needs leaflet and (old) select2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-m-g committed Aug 28, 2024
1 parent 27ae73d commit eb214d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/webassets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,9 @@ group-list-scripts:
preload:
- hdx_theme/group-list-styles
contents:
- select2/select2.js
- vendor/leaflet-1.7.1/leaflet.js
- map_base.js
- browse_/world_json.js
- browse_/countries.js
- browse_/browse.js
Expand All @@ -1101,6 +1104,8 @@ group-list-styles:
preload:
- hdx_theme/charting-styles
contents:
- select2/select2.css
- vendor/leaflet-1.7.1/leaflet.css
- browse_/browse.css
- css/humanitarian_icons.css

Expand Down
2 changes: 1 addition & 1 deletion ckanext-hdx_theme/ckanext/hdx_theme/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hdx_version = 'v1.83.0'
hdx_version = 'v1.83.1'

0 comments on commit eb214d5

Please sign in to comment.