mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-29 14:27:41 +00:00
merge
This commit is contained in:
@@ -36,7 +36,7 @@ $(function() {
|
||||
success: function(data) {
|
||||
$('#spinner').show();
|
||||
displaytext=data.text;
|
||||
window.setTimeout(restartTimer, 3000);}
|
||||
setTimeout(restartTimer, 3000);}
|
||||
});
|
||||
});
|
||||
$("#shutdown").click(function() {
|
||||
@@ -110,7 +110,8 @@ function updateTimer() {
|
||||
$('#UpdateprogressDialog #updateFinished').removeClass('hidden');
|
||||
$("#check_for_update").removeClass('hidden');
|
||||
$("#perform_update").addClass('hidden');
|
||||
}
|
||||
},
|
||||
timeout:2000
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user