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">
|
<script type="application/javascript">
|
||||||
Dropzone.options.dropper = {
|
Dropzone.options.dropper = {
|
||||||
paramName: 'file',
|
paramName: 'file',
|
||||||
acceptedFiles: '{{valid_file_suffix}}'
|
acceptedFiles: '{{valid_file_suffix}}',
|
||||||
chunking: true,
|
chunking: true,
|
||||||
forceChunking: true,
|
forceChunking: true,
|
||||||
url: '/files/upload',
|
url: '/files/upload',
|
||||||
|
Loading…
Reference in New Issue
Block a user