Commit 798d07a8 by Julian Arni

Fix confusing message

parent 3aaa2868
...@@ -83,7 +83,6 @@ $('#fileupload').fileupload({ ...@@ -83,7 +83,6 @@ $('#fileupload').fileupload({
}, },
done: function(e, data){ done: function(e, data){
bar.hide(); bar.hide();
percent.html("Unpacking files...");
alert('${_("Your import was successful.")}'); alert('${_("Your import was successful.")}');
window.location = '${successful_import_redirect_url}'; window.location = '${successful_import_redirect_url}';
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment