[Mapbender-commits] r1853 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Nov 26 08:29:55 EST 2007
Author: verenadiewald
Date: 2007-11-26 08:29:55 -0500 (Mon, 26 Nov 2007)
New Revision: 1853
Modified:
trunk/mapbender/http/javascripts/mod_tab.js
Log:
modified function tab_open
Modified: trunk/mapbender/http/javascripts/mod_tab.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_tab.js 2007-11-26 13:11:07 UTC (rev 1852)
+++ trunk/mapbender/http/javascripts/mod_tab.js 2007-11-26 13:29:55 UTC (rev 1853)
@@ -18,7 +18,8 @@
mb_registerInitFunctions('tab_init()');
function tab_open(elementName) {
- tabs.activateTab(elementName);
+ // show the desired tab
+ tabs.openTab(elementName);
}
function tab_init(){
@@ -178,7 +179,7 @@
}
}
};
-
+
/**
* Opens a tab specified by the module Id.
*
More information about the Mapbender_commits
mailing list