Bugfix get updater status

pull/2731/head
Ozzie Isaacs 1 year ago
parent 085a6b88a3
commit 7d26e6fc85

@ -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);

Loading…
Cancel
Save