mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
some initial work on cloud sync
This commit is contained in:
parent
9c599a3c5c
commit
855e683137
3 changed files with 22 additions and 23 deletions
|
@ -809,8 +809,6 @@
|
|||
|
||||
renderHasPendingRestart: function (page, hasPendingRestart) {
|
||||
|
||||
$('#updateFail', page).hide();
|
||||
|
||||
if (!hasPendingRestart) {
|
||||
|
||||
// Only check once every 30 mins
|
||||
|
@ -835,10 +833,6 @@
|
|||
$('#newVersionNumber', page).html(Globalize.translate('VersionXIsAvailableForDownload').replace('{0}', version.versionStr));
|
||||
}
|
||||
|
||||
}).fail(function () {
|
||||
|
||||
$('#updateFail', page).show();
|
||||
|
||||
});
|
||||
|
||||
} else {
|
||||
|
@ -908,10 +902,6 @@
|
|||
|
||||
elem.html(html).trigger('create');
|
||||
|
||||
}).fail(function () {
|
||||
|
||||
$('#updateFail', page).show();
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue