fix error
This commit is contained in:
parent
a192a000c5
commit
8588431962
|
@ -380,6 +380,8 @@ window.GalleryTheater = function() {
|
||||||
setMainPic("prev", true);
|
setMainPic("prev", true);
|
||||||
} else if (old_index < index) {
|
} else if (old_index < index) {
|
||||||
setMainPic("next", true);
|
setMainPic("next", true);
|
||||||
|
}else{
|
||||||
|
setMainPic();
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue