[Mapbender-commits] r2381 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 11 04:46:52 EDT 2008


Author: verenadiewald
Date: 2008-04-11 04:46:51 -0400 (Fri, 11 Apr 2008)
New Revision: 2381

Modified:
   branches/2.5/http/javascripts/map.js
Log:
missing parameter frameName for function eventBeforeMapRequest.trigger 

Modified: branches/2.5/http/javascripts/map.js
===================================================================
--- branches/2.5/http/javascripts/map.js	2008-04-11 08:39:55 UTC (rev 2380)
+++ branches/2.5/http/javascripts/map.js	2008-04-11 08:46:51 UTC (rev 2381)
@@ -798,7 +798,7 @@
 	
 	var ts = mb_timestamp();	
 
-	eventBeforeMapRequest.trigger();
+	eventBeforeMapRequest.trigger({frameName:frameName});
 /*
 	for(var i=0; i<mb_MapRequestPreFunctions.length; i++){
 		eval(mb_MapRequestPreFunctions[i]);



More information about the Mapbender_commits mailing list