1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-16 10:19:56 +00:00

Bugfix getPath for logfile viewer

This commit is contained in:
Ozzie Isaacs 2023-04-16 13:08:50 +02:00
parent 9f28144779
commit fad5929253

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
})