X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Ftransports.phh;fp=web%2FObj%2Ftransports.phh;h=3de2197fc5fc6586331b55b3d1850d139742210b;hb=f705d38215e4db73d23542d66b3c057424d28aab;hp=fcf16318f1312e6cdbebe8feeef7b2fe528d3674;hpb=6b3deca05aae68fbef085dd42861c19e546f8d25;p=brisk.git diff --git a/web/Obj/transports.phh b/web/Obj/transports.phh index fcf1631..3de2197 100644 --- a/web/Obj/transports.phh +++ b/web/Obj/transports.phh @@ -92,7 +92,7 @@ var xynt_streaming = \"ready\";", $base, $base); if ($step > 0) $ret .= sprintf("last_clean = %d;\n", ($step-1)); $ret .= sprintf(" -window.onload = function () { if (xynt_streaming != \"ready\") { xynt_streaming.reload(); } }; +window.onload = function () { if (xynt_streaming != \"ready\") { xynt_streaming.transp.stopped = true; } }; ");