Bugfix getPath for logfile viewer

This commit is contained in:
Ozzie Isaacs 2023-04-16 13:08:50 +02:00
parent 9f28144779
commit fad5929253
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function init(logType) {
d.innerHTML = "loading ...";
$.ajax({
url: getPath() + "/../../ajax/log/" + logType,
url: getPath() + "/ajax/log/" + logType,
datatype: "text",
cache: false
})