git-svn-id: http://xe-core.googlecode.com/svn/trunk@1729 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-21 09:45:41 +00:00
parent e5ed227984
commit 6059f90ec6
2 changed files with 25 additions and 6 deletions

View file

@ -9,8 +9,6 @@ function completeImport(ret_obj) {
var message = ret_obj['message'];
var is_finished = ret_obj['is_finished'];
var position = ret_obj['position'];
alert(message);
alert(position);
xGetElementById("import_status").style.display = "block";