1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

localize more terms

This commit is contained in:
Luke Pulverenti 2014-06-04 15:39:16 -04:00
parent 8c19923b73
commit 7b0bd883f6
7 changed files with 21 additions and 17 deletions

View file

@ -102,8 +102,9 @@
reloadItems(page);
});
}).on('pagebeforeshow', "#liveTvChannelsPage", function () {
}).on('pageshow', "#liveTvChannelsPage", function () {
// Can't use pagebeforeshow here or the loading popup won't center correctly
var page = this;
var limit = LibraryBrowser.getDefaultPageSize();
@ -120,9 +121,8 @@
reloadItems(page);
}).on('pageshow', "#liveTvChannelsPage", function () {
updateFilterControls(this);
});
})(jQuery, document, ApiClient);