X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Ftransports.phh;fp=web%2FObj%2Ftransports.phh;h=e0b11eedf2398e30bc6184a26755690e1427ff35;hb=296f0c5bf7e59c46e43c55f968c1e8af603f0073;hp=0f0e4a7c8b05d88059420dc6b7c8dc03b5202733;hpb=649dff8f709e59058c9c0a2cd6c3c12458c660d1;p=brisk.git diff --git a/web/Obj/transports.phh b/web/Obj/transports.phh index 0f0e4a7..e0b11ee 100644 --- a/web/Obj/transports.phh +++ b/web/Obj/transports.phh @@ -123,7 +123,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.transp.stopped = true; } }; +window.onload = function () { try { if (xynt_streaming != \"ready\") { xynt_streaming.transp.stopped = true; } } catch(e) { /* console.log(\"catcha\"); */ } }; "); @@ -142,7 +142,7 @@ window.onload = function () { if (xynt_streaming != \"ready\") { xynt_streaming. ");