Fix: Settings initial page load is smoother.

This commit is contained in:
Mark McDowall 2012-02-29 16:51:31 -08:00
commit 55d899fe2b
3 changed files with 10 additions and 1 deletions

View file

@ -30,6 +30,8 @@
});
$('.jquery-tabs').livequery(function () {
$(this).show();
$(this).tabs({
fx: { opacity: 'toggle' },
select: function (event, ui) {