mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
764a5ac824
commit
c2e474e8e9
105 changed files with 13294 additions and 12883 deletions
|
@ -172,7 +172,7 @@
|
|||
|
||||
user.Configuration.ExcludeFoldersFromGrouping = null;
|
||||
|
||||
user.Configuration.GroupedFolders = $(".chkGroupFolder", page).get().filter(function(i) {
|
||||
user.Configuration.GroupedFolders = $(".chkGroupFolder", page).get().filter(function (i) {
|
||||
|
||||
return i.checked;
|
||||
|
||||
|
@ -273,6 +273,12 @@
|
|||
|
||||
var page = this;
|
||||
|
||||
if (AppInfo.enableCustomHomeSections) {
|
||||
page.querySelector('.homeSections').classList.remove('hide');
|
||||
} else {
|
||||
page.querySelector('.homeSections').classList.add('hide');
|
||||
}
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
var userId = getParameterByName('userId') || Dashboard.getCurrentUserId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue