finally fixed slideshow freeze
This commit is contained in:
parent
8976feebca
commit
a1d753d0e1
@ -8,7 +8,7 @@ let register_clicked = false;
|
|||||||
|
|
||||||
function change_slideshow_img()
|
function change_slideshow_img()
|
||||||
{
|
{
|
||||||
let buffer = (imgs_index === undefined || imgs_index.length === 0) ? imgs_index_2 : imgs_index;
|
let buffer = (imgs_index == undefined || imgs_index.length == 0) ? imgs_index_2 : imgs_index;
|
||||||
let random_index = 5;
|
let random_index = 5;
|
||||||
|
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user