forked from saurabh/orbit4-5
fixed a bug in js
This commit is contained in:
parent
eaf5fbbc8e
commit
cac23e3c52
|
@ -299,7 +299,7 @@
|
|||
}).done(function(data){
|
||||
$("#import-progress-text").html("Importing Images...<br/>");
|
||||
gallery_data = data.images;
|
||||
f(gallery_data.length > 0){
|
||||
if(gallery_data.length > 0){
|
||||
importImagesForAlbums(0);
|
||||
}else{
|
||||
$("#import-progress .bar").css('width','100%');
|
||||
|
@ -408,7 +408,6 @@
|
|||
}
|
||||
|
||||
var importplugin = function(id,p,number,name){
|
||||
console.log(name);
|
||||
var plugin = plugins[p];
|
||||
$("#import-progress-text #plugin_name").html(plugin.charAt(0).toUpperCase() + plugin.slice(1));
|
||||
$.ajax({
|
||||
|
|
Loading…
Reference in New Issue