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