X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=xynt.git;a=blobdiff_plain;f=web%2Ftest-hs.php;fp=web%2Ftest-hs.php;h=8d9082dd32932a6019676d26312b16b5fc418cbf;hp=257d895ae4b40ae0b5e9051dbe44615260ec5030;hb=08d4ed7dda698da0d092bbd8a31c15bd2c447927;hpb=890e11d4b957d634f64c3a1fd4d4c9689b5fab9b diff --git a/web/test-hs.php b/web/test-hs.php index 257d895..8d9082d 100644 --- a/web/test-hs.php +++ b/web/test-hs.php @@ -9,7 +9,7 @@ var allmythings="BEGIN"; window.onload = function () { var hs; console.log("zugu"); - hs = new http_streaming(document, console); + hs = new http_streaming(window, console); hs.start('test-hs-rd.php'); }