mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client: adapted code to use <base> HTML tag
This commit is contained in:
committed by
Marcin Kurczewski
parent
b29bf8b37a
commit
defada45ab
@ -51,7 +51,7 @@ function formatClientLink(...values) {
|
||||
parts.push(escapeParam(value.toString()));
|
||||
}
|
||||
}
|
||||
return '/' + parts.join('/');
|
||||
return parts.join('/');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user