mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Merge branch 'master' into privacyEvent
This commit is contained in:
commit
e2cbd65775
@ -13,6 +13,11 @@ Version 1.5.2
|
|||||||
|
|
||||||
You must add `"dropzone": "^5.5.1"` to your dependencies in `packages.json` at the root project.
|
You must add `"dropzone": "^5.5.1"` to your dependencies in `packages.json` at the root project.
|
||||||
|
|
||||||
|
Master branch
|
||||||
|
=============
|
||||||
|
|
||||||
|
- the javascript for uploading a file now works within collections, listening to collection events.
|
||||||
|
|
||||||
PrivacyEvent branch
|
PrivacyEvent branch
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
@ -227,3 +227,7 @@ var insertDownloadButton = (zone) => {
|
|||||||
window.addEventListener('load', function(e) {
|
window.addEventListener('load', function(e) {
|
||||||
searchForZones(document);
|
searchForZones(document);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
window.addEventListener('collection-add-entry', function(e) {
|
||||||
|
searchForZones(e.detail.entry);
|
||||||
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user