eol transition release

This commit is contained in:
Danny Coates
2019-03-09 10:31:32 -08:00
parent be5ea12408
commit 900b083077
6 changed files with 32 additions and 54 deletions

View File

@@ -31,7 +31,7 @@ export default function(state, emitter) {
alert(state.translate('fileTooBig', { size: bytes(MAXFILESIZE) }));
return;
}
emitter.emit('upload', { file, type: 'drop' });
// emitter.emit('upload', { file, type: 'drop' });
}
});
});