]> mop.ddnsfree.com - git repositories - xynt.git/commitdiff
moved script hunks after body tag to allow chrome working
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 11 Apr 2012 06:25:01 +0000 (08:25 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 11 Apr 2012 06:25:01 +0000 (08:25 +0200)
web/test-hs-rd.php

index 9edd50b20875ef6bf028237c6ba4a96ccca09ad5..27146b46b9ec11def2aa56c93b352b567d92137c 100644 (file)
@@ -8,6 +8,9 @@ var ctx_new = "";
 
 window.onload = function () { if (http_streaming != "ready") http_streaming.reload(); };
 </script> 
+</head>
+<body>
+</body>
 <?php
 function mop_flush()
 {
@@ -42,7 +45,4 @@ push(\"$('cont').innerHTML = '%d';\");
 }
 main();
 ?>
-</head>
-<body>
-</body>
 </html>
\ No newline at end of file