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