mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-08 09:18:06 +00:00
Code cosmetics
This commit is contained in:
@@ -13,7 +13,7 @@ $(function() {
|
||||
$.ajax({
|
||||
dataType: "json",
|
||||
url: window.location.pathname+"/../../get_updater_status",
|
||||
success: function(data) {
|
||||
success(data) {
|
||||
// console.log(data.status);
|
||||
$("#UpdateprogressDialog #Updatecontent").html(updateText[data.status]);
|
||||
if (data.status >6){
|
||||
|
||||
Reference in New Issue
Block a user