From d6085ad13e1b1d7dcd981e41fbcd520193dc24a2 Mon Sep 17 00:00:00 2001 From: manson Date: Thu, 24 Jul 2014 20:19:30 +0800 Subject: [PATCH] Added import plugin back to index js --- app/views/admin/import/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/import/index.html.erb b/app/views/admin/import/index.html.erb index 0209c16..e70767f 100644 --- a/app/views/admin/import/index.html.erb +++ b/app/views/admin/import/index.html.erb @@ -309,7 +309,7 @@ $("#import-progress-text").html("Finished importing Members.
"); $("#import-progress .bar").css('width', '100%'); new_members_data = data.members; - // importPlugins(0); + importPlugins(0); } }).fail(function(){ $("#import-progress-text").html("Importing failed, click on start to try again.");