Skip to content

Commit

Permalink
Bump dropzone library to v6.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Oct 25, 2023
1 parent 43088ab commit e9caf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/web/src/templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3>{{ _("Destination") }}</h3>
<label for="piscsi_config">{{ _("PiSCSI Config") }}</label>
</form>

<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.js"></script>
<script type="application/javascript" src="https://unpkg.com/dropzone@6.0.0-beta.1/dist/dropzone-min.js""></script>

<script type="application/javascript">
Dropzone.options.dropper = {
Expand Down

0 comments on commit e9caf66

Please sign in to comment.