Close import-dialog after clicking Import
This commit is contained in:
parent
ae468be5bd
commit
fab2bb0afe
@ -305,6 +305,8 @@ upload.start = {
|
|||||||
var params,
|
var params,
|
||||||
files = [];
|
files = [];
|
||||||
|
|
||||||
|
basicModal.close();
|
||||||
|
|
||||||
files[0] = {
|
files[0] = {
|
||||||
name: data.path,
|
name: data.path,
|
||||||
supported: true
|
supported: true
|
||||||
|
Loading…
Reference in New Issue
Block a user