From 5cf77e1159b3aea337a08a9a8eef82c47b49bbd7 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 3 Jun 2014 14:10:26 +0200 Subject: Use jQuery UI tabs widget for tabbed fieldsets --- skins/larry/ui.js | 41 +++++++++++++++-------------------------- 1 file changed, 15 insertions(+), 26 deletions(-) (limited to 'skins/larry/ui.js') diff --git a/skins/larry/ui.js b/skins/larry/ui.js index af801088d..ff0b2e41a 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -1053,47 +1053,35 @@ function rcube_mail_ui() content.attr('id', id); } - // first hide not selected tabs - current = current || 0; - fs.each(function(idx) { if (idx != current) $(this).hide(); }); - // create tabs container - var tabs = $('
').addClass('tabsbar').prependTo(content); + var tabs = $('