[pLog-svn] r1471 - plog/trunk/js/ui

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Mar 14 16:32:50 GMT 2005


Author: mark
Date: 2005-03-14 16:32:50 +0000 (Mon, 14 Mar 2005)
New Revision: 1471

Modified:
   plog/trunk/js/ui/plogui.js
Log:
Change asyncFlag from "false" to "true".

Modified: plog/trunk/js/ui/plogui.js
===================================================================
--- plog/trunk/js/ui/plogui.js	2005-03-14 14:13:13 UTC (rev 1470)
+++ plog/trunk/js/ui/plogui.js	2005-03-14 16:32:50 UTC (rev 1471)
@@ -28,7 +28,7 @@
 function sendData(url, data) 
 {
 	xmlhttp.onreadystatechange = processResponse;
-	xmlhttp.open("POST", url, false, null, null);
+	xmlhttp.open("POST", url, true, null, null);
 	xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); 
     xmlhttp.setRequestHeader("Content-Length", data.length); 
 	xmlhttp.send(data);




More information about the pLog-svn mailing list