Skip to content

Commit

Permalink
Merge pull request #6390 from OCHA-DAP/bugfix/webassets-fixes
Browse files Browse the repository at this point in the history
PR HDX-9962Bugfix/webassets fixes
  • Loading branch information
alexandru-m-g authored Jul 15, 2024
2 parents 13a2bdd + e4a05f3 commit e8bb6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/webassets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ page-light-scripts:
preload:
- hdx_theme/ckan
contents:
- select2/select2.js
# - select2/select2.js
- base/header-init.js
- widget/contribute/contribute.js
- hdx-show-more
Expand All @@ -137,7 +137,7 @@ page-light-styles:
output: ckanext-hdx_theme/%(version)s_page-light-styles.css
<<: *common-css
contents:
- select2/select2.css
# - select2/select2.css
- page-common-styles
- light/page-light.css
- search-styles
Expand Down Expand Up @@ -534,7 +534,6 @@ onboarding-select-org-scripts:
- hdx_theme/ckan
- hdx_theme/onboarding-select-org-styles
contents:
- base/hdx-util-lib.js
- widget/onboarding/select-organisation.js

onboarding-select-org-styles:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "page_light.html" %}

{%- block styles %}
{% asset 'vendor/select2-css' %}
{{ super() }}
{% asset 'hdx_theme/faq-styles' %}
{% endblock %}
Expand Down

0 comments on commit e8bb6b9

Please sign in to comment.