Browse Source

Close import-dialog after clicking Import

Tobias Reich 9 years ago
parent
commit
fab2bb0afe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/scripts/upload.js

+ 2 - 0
src/scripts/upload.js

@@ -305,6 +305,8 @@ upload.start = {
 			var params,
 				files = [];
 
+			basicModal.close();
+
 			files[0] = {
 				name:		data.path,
 				supported:	true