mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove references to autoUpdatesContainer
This commit is contained in:
parent
adf530f317
commit
f2a0a22cae
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ import alert from '../../components/alert';
|
|||
return '<option value="' + language.Value + '">' + language.Name + '</option>';
|
||||
})).val(config.UICulture);
|
||||
currentLanguage = config.UICulture;
|
||||
if (systemInfo.CanSelfRestart || systemInfo.CanSelfUpdate) {
|
||||
$('.autoUpdatesContainer', page).removeClass('hide');
|
||||
} else {
|
||||
$('.autoUpdatesContainer', page).addClass('hide');
|
||||
}
|
||||
|
||||
loading.hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue