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 d9aa007 commit ec0743bCopy full SHA for ec0743b
web_src/js/index.js
@@ -899,6 +899,7 @@ async function initRepository() {
899
dictInvalidFileType: $dropzone.data('invalid-input-type'),
900
dictFileTooBig: $dropzone.data('file-too-big'),
901
dictRemoveFile: $dropzone.data('remove-file'),
902
+ timeout: 0,
903
init() {
904
this.on('success', (file, data) => {
905
filenameDict[file.name] = {
@@ -2304,6 +2305,7 @@ $(document).ready(async () => {
2304
2305
2306
2307
2308
2309
2310
2311
filenameDict[file.name] = data.uuid;
0 commit comments