1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-23 11:27:41 +00:00
This commit is contained in:
Ozzie Isaacs
2021-04-07 17:46:17 +02:00
parent 1a0de3b3cf
commit a43021e87c
2 changed files with 6 additions and 6 deletions

View File

@@ -618,7 +618,7 @@ function responseHandler(res) {
}
function singleUserFormatter(value, row) {
return '<a class="btn btn-default" href="/admin/user/' + row.id + '">' + this.buttontext + '</a>'
return '<a class="btn btn-default" href="' + window.location.pathname + '/../../admin/user/' + row.id + '">' + this.buttontext + '</a>'
}
function checkboxFormatter(value, row, index){