fix: local dropzonejs

This commit is contained in:
Andras Bacsai
2025-01-07 11:03:41 +01:00
parent 2fc5893e98
commit 86ce9f3ddf
2 changed files with 2 additions and 3 deletions

1
public/js/dropzone.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,5 @@
<div x-data="{ error: $wire.entangle('error'), filesize: $wire.entangle('filesize'), filename: $wire.entangle('filename'), isUploading: $wire.entangle('isUploading'), progress: $wire.entangle('progress') }">
<script src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/dropzone.min.js"
integrity="sha512-U2WE1ktpMTuRBPoCFDzomoIorbOyUv0sP8B+INA3EzNAhehbzED1rOJg6bCqPf/Tuposxb5ja/MAUnC8THSbLQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="{{ URL::asset('js/dropzone.js') }}"></script>
@script
<script>
Dropzone.options.myDropzone = {