mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed the error #32
This commit is contained in:
parent
f9cf728381
commit
f2b6876c59
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
|
|||
activeState = $ml.mixItUp('getState');
|
||||
$ml.mixItUp('destroy');
|
||||
}
|
||||
if ($musicL.mixItUp('isLoaded')) $ml.mixItUp('destroy');
|
||||
if ($musicL.mixItUp('isLoaded')) $musicL.mixItUp('destroy');
|
||||
$musicL.mixItUp(mixItUpConfig(activeState)); // init or reinit
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue