Enabling file support, passing tests

This commit is contained in:
Dan Seripap 2016-02-25 09:56:32 -05:00
parent faeb5a0405
commit 445371465b

View File

@ -30,7 +30,7 @@ export default class WindowHandler {
}
enableFileTransfer() {
if (!this.fileHandler.isSupported) {
if (this.fileHandler.isSupported) {
$('#send-file').click((e) => {
e.preventDefault();
$('#fileInput').trigger('click');