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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Jul 29 06:48:48 EDT 2007


Author: oscar
Date: 2007-07-29 06:48:47 -0400 (Sun, 29 Jul 2007)
New Revision: 5746

Modified:
   plog/trunk/js/ui/plogui.js
Log:
This is not needed anymore.


Modified: plog/trunk/js/ui/plogui.js
===================================================================
--- plog/trunk/js/ui/plogui.js	2007-07-29 08:36:38 UTC (rev 5745)
+++ plog/trunk/js/ui/plogui.js	2007-07-29 10:48:47 UTC (rev 5746)
@@ -25,32 +25,3 @@
    bar = document.getElementById("status_bar");
    bar.style.display = "block";
 }
-
-/**
- * Code for the onChange hook in the "blog locations" page
- */
-Lifetype.UI.Pages.BlogLocations = function() {}
-
-/**
- * Sets up the iframe with the map, according to the current location id
- *
- * @param list
- */
-Lifetype.UI.Pages.BlogLocations.showSelectedLocation = function( list )
-{
-	// get the location id
-	locId = list.options[ list.selectedIndex ].value;
-	
-	// build the URL to the display
-	if( locId < 0 )
-		url = "index.php?op=locationDisplay&blogId=" + (-locId) + "&width=600&height=400";
-	else
-		url = "index.php?op=locationDisplay&locId=" + locId + "&width=600&height=400";
-	
-	// set the parameters for the iframe
-	iframe = document.getElementById( "displayEmbeddedLocation" );
-	iframe.style.display = "block";
-	iframe.src = url;
-	
-	return( true );
-}
\ No newline at end of file



More information about the pLog-svn mailing list