mirror of
https://github.com/akuker/RASCSI.git
synced 2024-10-31 13:07:50 +00:00
Web UI: Bump dropzone library to v6.0.0-beta2
This commit is contained in:
parent
7268084819
commit
6d88932b85
@ -41,8 +41,8 @@
|
||||
|
||||
<script
|
||||
type="application/javascript"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.js"
|
||||
integrity="sha384-PwiT+fWTPpIySx6DrH1FKraKo+LvVpOClsjx0TSdMYTKi7BR1hR149f4VHLUUnfA"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/6.0.0-beta.2/dropzone-min.js"
|
||||
integrity="sha384-apgrFcysJQwl0SG2LvOoA/UOUUVW0bOoBmKVZOeMZkMCvWmeO+Cnw/r3P4rmbIh9"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
|
||||
@ -78,6 +78,7 @@
|
||||
b: "{{ _("B") }}"
|
||||
}
|
||||
}
|
||||
Dropzone.discover()
|
||||
</script>
|
||||
|
||||
<noscript>
|
||||
|
Loading…
Reference in New Issue
Block a user