mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-08 19:10:41 +00:00
Fix typo
This commit is contained in:
parent
66c45e4bf6
commit
b4562e23cc
@ -180,7 +180,7 @@
|
||||
<script type="application/javascript">
|
||||
Dropzone.options.dropper = {
|
||||
paramName: 'file',
|
||||
acceptedFiles: '{{valid_file_suffix}}'
|
||||
acceptedFiles: '{{valid_file_suffix}}',
|
||||
chunking: true,
|
||||
forceChunking: true,
|
||||
url: '/files/upload',
|
||||
|
Loading…
Reference in New Issue
Block a user