From 87dc8cc056f291341f6366439867332424f11b2b Mon Sep 17 00:00:00 2001 From: Dan Seripap Date: Fri, 26 Feb 2016 09:14:28 -0500 Subject: [PATCH] Back to jquery --- src/js/window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/window.js b/src/js/window.js index 853c08e..02c0854 100644 --- a/src/js/window.js +++ b/src/js/window.js @@ -33,7 +33,7 @@ export default class WindowHandler { if (this.fileHandler.isSupported) { $('#send-file').click((e) => { e.preventDefault(); - document.getElementById('fileInput').click(); + $('#fileInput').trigger('click'); }); } else { $('#send-file').remove();