X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Ftest-hs.php;h=257d895ae4b40ae0b5e9051dbe44615260ec5030;hb=d19a7117e6b2e345f5b7932afe1e68ade3ee1cb9;hp=5f48ac3614ca1d0cb301dcb73f545c8179cc279c;hpb=865cb740c39d77fdb20de3a9964be205491bee21;p=xynt.git 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'); }