1
0
Fork 0
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:
Bill Thornton 2020-12-16 10:14:51 -05:00
parent adf530f317
commit f2a0a22cae

View file

@ -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();
}