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
|
$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;
|
achievementsData = data;
|
||||||
|
|
||||||
const $summaryLink = $("<a>")
|
const $summaryLink = $("<a>")
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
serverSide: true,
|
serverSide: true,
|
||||||
searchDelay: 800,
|
searchDelay: 800,
|
||||||
ajax: {
|
ajax: {
|
||||||
url: `{{websiteRoot}}/guild/{{realm}}/{{id}}/members`,
|
url: `{{websiteRoot}}/guild/{{{realm}}}/{{id}}/members`,
|
||||||
},
|
},
|
||||||
columnDefs: [
|
columnDefs: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue