Added import plugin back to index js

This commit is contained in:
manson 2014-07-24 20:19:30 +08:00
parent d6287177a2
commit d6085ad13e
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@
$("#import-progress-text").html("Finished importing Members.<br/>");
$("#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.");