[Mapbender-commits] r6739 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Aug 10 08:28:08 EDT 2010


Author: christoph
Date: 2010-08-10 12:28:08 +0000 (Tue, 10 Aug 2010)
New Revision: 6739

Modified:
   trunk/mapbender/http/javascripts/map.php
Log:
possible bugfix

https://bugzilla.mozilla.org/show_bug.cgi?id=388714

Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php	2010-08-10 12:26:22 UTC (rev 6738)
+++ trunk/mapbender/http/javascripts/map.php	2010-08-10 12:28:08 UTC (rev 6739)
@@ -331,6 +331,11 @@
 	// initialisation
 	Mapbender.events.init.done = true;
 	Mapbender.events.init.trigger();
+
+	$('iframe').each(function () {
+	    this.src = this.src;
+	});
+	
 	Mapbender.events.afterInit.trigger();
 	Mapbender.events.localize.trigger();
 });



More information about the Mapbender_commits mailing list