fix wrong path in get_update_status js function

pull/1852/head
Ozzie Isaacs 3 years ago
parent 7efae3c125
commit 127bfba135

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

Loading…
Cancel
Save