mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-29 17:07:56 +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