fix wrong path in get_update_status js function
This commit is contained in:
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…
Reference in New Issue
Block a user