From b46e5b7407940499964d8a553c3eada05850f29d Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 09 Feb 2011 05:51:50 -0500
Subject: [PATCH] Apply more bugfixes from trunk for 0.5.1

---
 skins/default/functions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/functions.js b/skins/default/functions.js
index 00e97fd..3e06a54 100644
--- a/skins/default/functions.js
+++ b/skins/default/functions.js
@@ -49,7 +49,7 @@
     // create a tab
     a   = $('<a>').text(legend.text()).attr('href', '#');
     tab = $('<span>').attr({'id': 'tab'+idx, 'class': 'tablink'})
-        .click(function() { return rcube_show_tab(id, idx); })
+        .click(function() { rcube_show_tab(id, idx); return false })
 
     // remove legend
     legend.remove();

--
Gitblit v1.9.1