[pLog-svn] r5740 - plog/trunk/js/location

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jul 27 16:01:03 EDT 2007


Author: oscar
Date: 2007-07-27 16:01:03 -0400 (Fri, 27 Jul 2007)
New Revision: 5740

Modified:
   plog/trunk/js/location/location.js
Log:
Some fixes for the previous commit.


Modified: plog/trunk/js/location/location.js
===================================================================
--- plog/trunk/js/location/location.js	2007-07-27 19:56:17 UTC (rev 5739)
+++ plog/trunk/js/location/location.js	2007-07-27 20:01:03 UTC (rev 5740)
@@ -357,7 +357,7 @@
 {
 	
 	// decode the JSon message and get the fields that we need
-	window.alert(o.responseText);
+	msg = Lifetype.JSon.decode( o.responseText );
 	var success = msg.success;
 	var message = msg.message;
 		
@@ -404,7 +404,7 @@
 	// show the success message
 	window.alert( message );
 	
-	window.close();
+	Lifetype.UI.Location.Selector.hide();
 }
 
 /** 



More information about the pLog-svn mailing list