mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-29 22:33:01 +00:00
Bugfix get updater status
This commit is contained in:
@@ -425,7 +425,7 @@ $(function() {
|
||||
}
|
||||
$.ajax({
|
||||
dataType: "json",
|
||||
url: getPath() + "/../../get_update_status",
|
||||
url: getPath() + "/get_update_status",
|
||||
success: function success(data) {
|
||||
$this.html(buttonText);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user