[Mapbender-commits] r2324 - branches/nimix_dev/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 2 03:53:52 EDT 2008


Author: nimix
Date: 2008-04-02 03:53:52 -0400 (Wed, 02 Apr 2008)
New Revision: 2324

Modified:
   branches/nimix_dev/http/html/mod_treefolder2.php
Log:
fix load failed requests in net window

Modified: branches/nimix_dev/http/html/mod_treefolder2.php
===================================================================
--- branches/nimix_dev/http/html/mod_treefolder2.php	2008-04-01 15:48:35 UTC (rev 2323)
+++ branches/nimix_dev/http/html/mod_treefolder2.php	2008-04-02 07:53:52 UTC (rev 2324)
@@ -219,7 +219,7 @@
 	if(state[wms]!=-1 && alerterror=='true'){
 		state[wms]=-1;	
 		if(confirm('Failed to Load WMS "'+parent.mb_mapObj[map].wms[wms].objLayer[0].layer_title+'" from Server "'+parent.mb_mapObj[map].wms[wms].wms_getmap.substr(0,parent.mb_mapObj[map].wms[wms].wms_getmap.length-1)+'"\nDo you want to try to load it in a new window?')){
-			window.open(this.src,"");
+			window.open(t.src,"");
 		}
 	}
 	state[wms]=-1;



More information about the Mapbender_commits mailing list