[Mapbender-commits] r7686 - branches/marc_dev/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 3 17:17:11 EST 2011


Author: marc
Date: 2011-03-03 14:17:11 -0800 (Thu, 03 Mar 2011)
New Revision: 7686

Modified:
   branches/marc_dev/http/javascripts/mod_toggleModule.php
Log:
bugfix

Modified: branches/marc_dev/http/javascripts/mod_toggleModule.php
===================================================================
--- branches/marc_dev/http/javascripts/mod_toggleModule.php	2011-03-03 22:15:37 UTC (rev 7685)
+++ branches/marc_dev/http/javascripts/mod_toggleModule.php	2011-03-03 22:17:11 UTC (rev 7686)
@@ -26,9 +26,10 @@
  * This program is dual licensed under the GNU General Public License
  * and Simplified BSD license.
  * http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt
-
+ */
+ 
 function mod_toggleModule_init(){
-	$("#" + options.target).trigger('click') ;
+	$("#" + options.target).trigger('click');
 }
 
 Mapbender.events.afterInit.register(function (){



More information about the Mapbender_commits mailing list