Bugfix getPath for logfile viewer
This commit is contained in:
parent
9f28144779
commit
fad5929253
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user