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

update translations

This commit is contained in:
Luke Pulverenti 2015-05-22 11:59:17 -04:00
parent 9e470c9f94
commit 7e55abc130
5 changed files with 144 additions and 96 deletions

View file

@ -365,7 +365,7 @@
var apiClient = window.ApiClient;
if (!apiClient) {
if (!apiClient || !apiClient.getCurrentUserId()) {
return;
}
@ -400,7 +400,7 @@
onCategorySyncButtonClick(page, this);
});
}).on('pagebeforeshowready', ".libraryPage", function () {
}).on('pageshowready', ".libraryPage", function () {
var page = this;