forked from saurabh/orbit4-5
fixed a little bug in import pages javascript
This commit is contained in:
parent
043673e93e
commit
fbbd75cdce
|
@ -212,6 +212,9 @@
|
||||||
if(status.total_pages != status.current_status){
|
if(status.total_pages != status.current_status){
|
||||||
setTimeout("startCheckingImportStatus()",700);
|
setTimeout("startCheckingImportStatus()",700);
|
||||||
}else{
|
}else{
|
||||||
|
if(status.total_pages == null){
|
||||||
|
setTimeout("startCheckingImportStatus()",700);
|
||||||
|
}
|
||||||
$("#import-progress-text").html("Finished importing pages.<br/>");
|
$("#import-progress-text").html("Finished importing pages.<br/>");
|
||||||
}
|
}
|
||||||
}else if(status.success == false){
|
}else if(status.success == false){
|
||||||
|
|
Loading…
Reference in New Issue