1
0
Fork 0
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:
Luke Pulverenti 2013-12-11 18:30:28 -05:00
parent 5e8d1b70c3
commit fb64641b57

View file

@ -43,8 +43,6 @@
$.when(promise1, promise2).done(function (response1, response2) {
populateList(page, response1[0], response2[0]);
});
Dashboard.hideLoadingMsg();
}
function populateList(page, availablePlugins, installedPlugins) {