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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Jul 29 04:36:38 EDT 2007


Author: oscar
Date: 2007-07-29 04:36:38 -0400 (Sun, 29 Jul 2007)
New Revision: 5745

Modified:
   plog/trunk/js/location/location.js
Log:
small fix

Modified: plog/trunk/js/location/location.js
===================================================================
--- plog/trunk/js/location/location.js	2007-07-28 11:06:46 UTC (rev 5744)
+++ plog/trunk/js/location/location.js	2007-07-29 08:36:38 UTC (rev 5745)
@@ -99,7 +99,7 @@
 		
 	locId = list.options[list.selectedIndex].value;
 
-	Lifetype.UI.Location.Selector.display( id );
+	Lifetype.UI.Location.Selector.display( locId );
 }
 
 Lifetype.UI.Location.Selector.display = function( locId )



More information about the pLog-svn mailing list