mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-27 04:49:18 +00:00
Fix typo
This commit is contained in:
parent
4adbf04d11
commit
9bebb0b0b5
@ -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