From b46e5b7407940499964d8a553c3eada05850f29d Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 9 Feb 2011 10:51:50 +0000 Subject: Apply more bugfixes from trunk for 0.5.1 --- skins/default/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/default/functions.js') diff --git a/skins/default/functions.js b/skins/default/functions.js index 00e97fd1a..3e06a54d4 100644 --- a/skins/default/functions.js +++ b/skins/default/functions.js @@ -49,7 +49,7 @@ function rcube_init_tabs(id, current) // create a tab a = $('').text(legend.text()).attr('href', '#'); tab = $('').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(); -- cgit v1.2.3