parent
8b0b6ec0c2
commit
17f48ec3ee
|
@ -70,6 +70,6 @@ function whoVotedAvatars(user) {
|
||||||
template: user.avatar_template,
|
template: user.avatar_template,
|
||||||
username: user.username,
|
username: user.username,
|
||||||
post_url: user.post_url,
|
post_url: user.post_url,
|
||||||
url: Discourse.getURL("/users/") + user.username.toLowerCase()
|
url: getURL("/users/") + user.username.toLowerCase()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue