forked from saurabh/orbit4-5
Added import plugin back to index js
This commit is contained in:
parent
d6287177a2
commit
d6085ad13e
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue