Bugfix get updater status

This commit is contained in:
Ozzie Isaacs 2023-03-26 14:19:12 +02:00
parent 085a6b88a3
commit 7d26e6fc85
1 changed files with 1 additions and 1 deletions

View File

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