X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=d2b7173ec646309e80075e4cae3c1b12cb2e76f2;hb=78c68fdf4027088a08b915982ae19a500d9a4e26;hp=62946ed10a3d356c1d4468d355ad43920b67f16a;hpb=b1bb4eedabda830bd520f773928cd848c5dcb11a;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 62946ed..d2b7173 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -923,7 +923,8 @@ class Room { $ret .= sprintf('tra.rem(%d); ', $i); } $ret .= $this->standup_content($user); - + $ret .= "setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); "; + return ($ret); }