Bugfix get updater status
This commit is contained in:
parent
085a6b88a3
commit
7d26e6fc85
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user