mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix loading swirl on plugin catalog
This commit is contained in:
parent
5e8d1b70c3
commit
fb64641b57
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@
|
||||||
$.when(promise1, promise2).done(function (response1, response2) {
|
$.when(promise1, promise2).done(function (response1, response2) {
|
||||||
populateList(page, response1[0], response2[0]);
|
populateList(page, response1[0], response2[0]);
|
||||||
});
|
});
|
||||||
|
|
||||||
Dashboard.hideLoadingMsg();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function populateList(page, availablePlugins, installedPlugins) {
|
function populateList(page, availablePlugins, installedPlugins) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue