ctx_new moved inside iframe to avoid inconsistencies, stream with commands added
[xynt.git] / web / test-hs.php
index 8d9082d..6804a99 100644 (file)
@@ -8,9 +8,9 @@ var allmythings="BEGIN";
 
 window.onload = function () {
     var hs;
-    console.log("zugu");
     hs = new http_streaming(window, console);
-    hs.start('test-hs-rd.php');
+    // FIXME: with relative path not work!
+    hs.start('http://dodo.birds.lan/xynt/test-hs-rd.php');
 }
     
 //-->