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");