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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 26 03:39:55 EDT 2008


Author: astrid_emde
Date: 2008-09-26 03:39:55 -0400 (Fri, 26 Sep 2008)
New Revision: 3013

Modified:
   branches/2.5/http/javascripts/mod_tab.js
Log:
top.ie replaced by $.browser.msie

Modified: branches/2.5/http/javascripts/mod_tab.js
===================================================================
--- branches/2.5/http/javascripts/mod_tab.js	2008-09-26 07:39:20 UTC (rev 3012)
+++ branches/2.5/http/javascripts/mod_tab.js	2008-09-26 07:39:55 UTC (rev 3013)
@@ -94,7 +94,7 @@
 		
 		// open or close on click
 		// see http://www.mapbender.org/index.php/Add_events_via_DOM_in_IE_and_FF
-		if (top.ie) {
+		if ($.browser.msie) {
 		
 		   node.onclick = function() {
 		      tabs.toggleTab(that.module);



More information about the Mapbender_commits mailing list