ctx_old attribute removed (we will use ctx_old_len only), url_complete js function...
[xynt.git] / web / test-hs.php
index c09c75c..8711ef9 100644 (file)
@@ -23,9 +23,7 @@ window.onload = function () {
     createCookie('sess', sess, 24*365,cookiepath);
     gst = new globst();
     hs = new http_streaming(window, gst, sess, console);
-    // FIXME: with relative path not work!
-    hs.start('http://dodo.birds.lan/xynt/test-hs-rd.php');
-    // hs.start('test-hs-rd.php');
+    hs.start('test-hs-rd.php');
 };
 <?php
     }