Better file upload handling, add touch target
This commit is contained in:
parent
6149400ced
commit
da92796ca1
3 changed files with 28 additions and 18 deletions
|
@ -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)) {
|
||||
|
|
Reference in a new issue