diff --git a/app/views/admin/import/index.html.erb b/app/views/admin/import/index.html.erb index eff590c..16209c6 100644 --- a/app/views/admin/import/index.html.erb +++ b/app/views/admin/import/index.html.erb @@ -212,6 +212,9 @@ if(status.total_pages != status.current_status){ setTimeout("startCheckingImportStatus()",700); }else{ + if(status.total_pages == null){ + setTimeout("startCheckingImportStatus()",700); + } $("#import-progress-text").html("Finished importing pages.
"); } }else if(status.success == false){