X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Ftest-hs.php;h=6804a99c8c487dff35142de5d814ca363fd0d67e;hb=f6e71b0a0d5a7248aa91e60006524b7b33200ed2;hp=5f48ac3614ca1d0cb301dcb73f545c8179cc279c;hpb=865cb740c39d77fdb20de3a9964be205491bee21;p=xynt.git diff --git a/web/test-hs.php b/web/test-hs.php index 5f48ac3..6804a99 100644 --- a/web/test-hs.php +++ b/web/test-hs.php @@ -8,9 +8,9 @@ var allmythings="BEGIN"; window.onload = function () { var hs; - - hs = new http_streaming(document); - 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'); } //-->