DEV: Actually fix deprecation

Continuation of 8b0b6ec0c2 :P
This commit is contained in:
Jarek Radosz 2020-07-06 22:23:08 +02:00 committed by GitHub
parent 8b0b6ec0c2
commit 17f48ec3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,6 @@ function whoVotedAvatars(user) {
template: user.avatar_template,
username: user.username,
post_url: user.post_url,
url: Discourse.getURL("/users/") + user.username.toLowerCase()
url: getURL("/users/") + user.username.toLowerCase()
};
}