Better file upload handling, add touch target

This commit is contained in:
Dane Everitt 2017-01-19 22:58:58 -05:00
parent 6149400ced
commit da92796ca1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 28 additions and 18 deletions

View file

@ -49,6 +49,10 @@ class FileManager {
}
});
$('#internal_alert').slideUp();
if (typeof Siofu === 'object') {
Siofu.listenOnInput(document.getElementById("files_touch_target"));
}
}).fail(jqXHR => {
this.loader(false);
if (_.isFunction(next)) {