X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Ftest-hs.php;h=6804a99c8c487dff35142de5d814ca363fd0d67e;hb=f6e71b0a0d5a7248aa91e60006524b7b33200ed2;hp=257d895ae4b40ae0b5e9051dbe44615260ec5030;hpb=d19a7117e6b2e345f5b7932afe1e68ade3ee1cb9;p=xynt.git diff --git a/web/test-hs.php b/web/test-hs.php index 257d895..6804a99 100644 --- a/web/test-hs.php +++ b/web/test-hs.php @@ -8,9 +8,9 @@ var allmythings="BEGIN"; window.onload = function () { var hs; - console.log("zugu"); - hs = new http_streaming(document, console); - hs.start('test-hs-rd.php'); + hs = new http_streaming(window, console); + // FIXME: with relative path not work! + hs.start('http://dodo.birds.lan/xynt/test-hs-rd.php'); } //-->