From c259f618e26b2f5e2d74393a9f78594f82282217 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 19 Apr 2011 14:23:52 +0000 Subject: [PATCH] Fix for bug #1250 Monotone-Parent: 3a01f867447b17374f553706956b1711bb6d715e Monotone-Revision: 9649af47ac1814f0a873960b05bd95c5d93ec65f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-04-19T14:23:52 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SOGoTabsController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/SOGoTabsController.js b/UI/WebServerResources/SOGoTabsController.js index 033af9f70..e32d85cff 100644 --- a/UI/WebServerResources/SOGoTabsController.js +++ b/UI/WebServerResources/SOGoTabsController.js @@ -141,7 +141,7 @@ SOGoTabsController.prototype = { this.activeTab = $(clickedTab); this.activeTab.addClassName("active"); // current LI content.addClassName("active"); - event.stop(); + // Prototype alternative //oldContent.removeClassName("active");