fix wrong path in get_update_status js function

This commit is contained in:
Ozzie Isaacs 2021-02-01 18:59:50 +01:00
parent 7efae3c125
commit 127bfba135

View File

@ -225,7 +225,7 @@ $(function() {
function updateTimer() {
$.ajax({
dataType: "json",
url: window.location.pathname + "/get_updater_status",
url: window.location.pathname + "/../../get_updater_status",
success: function success(data) {
// console.log(data.status);
$("#DialogContent").html(updateText[data.status]);