We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f51ec commit d059156Copy full SHA for d059156
web_src/js/index.js
@@ -915,6 +915,7 @@ async function initRepository() {
915
dictInvalidFileType: $dropzone.data('invalid-input-type'),
916
dictFileTooBig: $dropzone.data('file-too-big'),
917
dictRemoveFile: $dropzone.data('remove-file'),
918
+ timeout: 0,
919
init() {
920
this.on('success', (file, data) => {
921
filenameDict[file.name] = {
@@ -2308,6 +2309,7 @@ $(document).ready(async () => {
2308
2309
2310
2311
2312
2313
2314
2315
filenameDict[file.name] = data.uuid;
0 commit comments