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
@ -28,7 +28,7 @@ class TopNavigationController {
|
||||
}
|
||||
|
||||
_updateNavigationFromPrivileges() {
|
||||
topNavigation.get('account').url = '/user/' + api.userName;
|
||||
topNavigation.get('account').url = 'user/' + api.userName;
|
||||
topNavigation.get('account').imageUrl =
|
||||
api.user ? api.user.avatarUrl : null;
|
||||
|
||||
|
Reference in New Issue
Block a user