mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fix: Settings initial page load is smoother.
This commit is contained in:
parent
6e86db66c8
commit
55d899fe2b
3 changed files with 10 additions and 1 deletions
|
@ -30,6 +30,8 @@
|
|||
});
|
||||
|
||||
$('.jquery-tabs').livequery(function () {
|
||||
$(this).show();
|
||||
|
||||
$(this).tabs({
|
||||
fx: { opacity: 'toggle' },
|
||||
select: function (event, ui) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue