Do not toggle opacity on tabs (#318)

This commit is contained in:
Clément Oudot 2011-05-31 14:47:49 +00:00
parent 136d5ddbc5
commit 406e6fada0

View File

@ -36,14 +36,11 @@ $(document).ready(function(){
$("input[name=timezone]").val( -(new Date().getTimezoneOffset()/60) );
/* Menu tabs */
$("#menu").tabs({ fx: { opacity: 'toggle' } });
$("#menu").tabs();
$("#menu").tabs("select",displaytab);
/* Authentication choice tabs */
$("#authMenu").tabs({
fx: {opacity: 'toggle'},
cookie: {name: 'lemonldapauthchoice'},
});
$("#authMenu").tabs({cookie: {name: 'lemonldapauthchoice'}});
$("#authMenu").tabs("select",choicetab);
/* Focus on first visible input */