mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 18:39:43 +00:00
Fix race condition in ChillCollectionType
In some dcase, the collection is not initialized when a showHide is launched before the collection is fully initialized.
This commit is contained in:
@@ -47,7 +47,7 @@ window.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
// ShowHide instance for send external
|
||||
new ShowHide({
|
||||
debug: true,
|
||||
debug: false,
|
||||
load_event: null,
|
||||
froms: [divTransitions],
|
||||
container: [sendExternalContainer],
|
||||
|
Reference in New Issue
Block a user