finally fixed slideshow freeze

This commit is contained in:
Václav Šmejkal 2024-05-07 21:56:18 +02:00
parent 8976feebca
commit a1d753d0e1
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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