Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UHF-10466: Prevent suunte js aggregation #794

Merged
merged 3 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion helfi_platform_config.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clear_localstorage:
- core/drupal

genesys_suunte:
version: 1.0.1
version: 1.0.2
header: true
js:
'https://apps.mypurecloud.ie/widgets/9.0/cxbus.min.js' : {
Expand All @@ -24,6 +24,7 @@ genesys_suunte:
}
assets/js/genesys_suunte.js: {
attributes: {
preprocess: false,
onload: "javascript:var checkExist = setInterval(function() {if(typeof CXBus != 'undefined') {clearInterval(checkExist);Drupal.behaviors.genesys_suunte.attach();console.log('suunte attaching');}}, 100);"
}
}
Expand Down