fix: output realm as raw in urls
This commit is contained in:
parent
f37189e431
commit
a6001ee47a
2 changed files with 2 additions and 2 deletions
|
|
@ -214,7 +214,7 @@
|
|||
$totalRow.prependTo($("#progress-bars")); // Move the total bar to the top
|
||||
}
|
||||
|
||||
$.getJSON(`{{websiteRoot}}/character/{{realm}}/{{guid}}/achievements/data`, (data) => {
|
||||
$.getJSON(`{{websiteRoot}}/character/{{{realm}}}/{{guid}}/achievements/data`, (data) => {
|
||||
achievementsData = data;
|
||||
|
||||
const $summaryLink = $("<a>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue