[fusion-commits] r2314 - trunk/widgets/BufferPanel

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Jan 7 15:54:00 EST 2011


Author: madair
Date: 2011-01-07 12:54:00 -0800 (Fri, 07 Jan 2011)
New Revision: 2314

Modified:
   trunk/widgets/BufferPanel/BufferReport.templ
Log:
remove debugger statement

Modified: trunk/widgets/BufferPanel/BufferReport.templ
===================================================================
--- trunk/widgets/BufferPanel/BufferReport.templ	2011-01-07 20:36:04 UTC (rev 2313)
+++ trunk/widgets/BufferPanel/BufferReport.templ	2011-01-07 20:54:00 UTC (rev 2314)
@@ -30,7 +30,7 @@
 function InitDocument()
 {
     var map = GetParent().Fusion.getMapByName(mapName);
-    map.reloadNamedMap(mapName);
+    map.reloadMap();
     if (!errors) {
       Back();
     }
@@ -47,7 +47,7 @@
 }
 
 function GetParent()
-{debugger;
+{
 	if(popup)
 		return opener;
 	else



More information about the fusion-commits mailing list