We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37189e commit a6001eeCopy full SHA for a6001ee
2 files changed
static/character-achievements.hbs
@@ -214,7 +214,7 @@
214
$totalRow.prependTo($("#progress-bars")); // Move the total bar to the top
215
}
216
217
- $.getJSON(`{{websiteRoot}}/character/{{realm}}/{{guid}}/achievements/data`, (data) => {
+ $.getJSON(`{{websiteRoot}}/character/{{{realm}}}/{{guid}}/achievements/data`, (data) => {
218
achievementsData = data;
219
220
const $summaryLink = $("<a>")
static/guild.hbs
@@ -67,7 +67,7 @@
67
serverSide: true,
68
searchDelay: 800,
69
ajax: {
70
- url: `{{websiteRoot}}/guild/{{realm}}/{{id}}/members`,
+ url: `{{websiteRoot}}/guild/{{{realm}}}/{{id}}/members`,
71
},
72
columnDefs: [
73
{
0 commit comments