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