[Mapbender-commits] r6492 - trunk/mapbender/lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 1 10:01:07 EDT 2010


Author: christoph
Date: 2010-07-01 14:01:07 +0000 (Thu, 01 Jul 2010)
New Revision: 6492

Modified:
   trunk/mapbender/lib/wizard.js
Log:


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-07-01 13:48:42 UTC (rev 6491)
+++ trunk/mapbender/lib/wizard.js	2010-07-01 14:01:07 UTC (rev 6492)
@@ -18,6 +18,7 @@
 			$t.siblings("div,form,iframe").fadeOut(function () {
 				$t.fadeIn(function () {
 					that._trigger("to" + $t.attr("id").toLowerCase(), null, {});
+					that._trigger("to", null, {});
 					that.options.onClickLink(path);			
 
 				});



More information about the Mapbender_commits mailing list