|
@@ -10,7 +10,7 @@
|
|
<button id="uppyModalOpener">Open Modal</button>
|
|
<button id="uppyModalOpener">Open Modal</button>
|
|
<script src="https://releases.transloadit.com/uppy/v2.0.0/uppy.min.js"></script>
|
|
<script src="https://releases.transloadit.com/uppy/v2.0.0/uppy.min.js"></script>
|
|
<script>
|
|
<script>
|
|
- const uppy = Uppy.Core({debug: true, autoProceed: false})
|
|
|
|
|
|
+ const uppy = new Uppy.Core({debug: true, autoProceed: false})
|
|
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })
|
|
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })
|
|
.use(Uppy.Instagram, { target: Uppy.Dashboard, companionUrl: 'http://localhost:3020' })
|
|
.use(Uppy.Instagram, { target: Uppy.Dashboard, companionUrl: 'http://localhost:3020' })
|
|
.use(Uppy.GoogleDrive, { target: Uppy.Dashboard, companionUrl: 'http://localhost:3020' })
|
|
.use(Uppy.GoogleDrive, { target: Uppy.Dashboard, companionUrl: 'http://localhost:3020' })
|