From 7d26e6fc85889161ced6642a9a6f1220cb0eb07e Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 26 Mar 2023 14:19:12 +0200 Subject: [PATCH] Bugfix get updater status --- cps/static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/static/js/main.js b/cps/static/js/main.js index efe4e7c3..9020a418 100644 --- a/cps/static/js/main.js +++ b/cps/static/js/main.js @@ -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);