fix: output realm as raw in urls

This commit is contained in:
Axel Cocat 2025-08-27 19:42:09 +02:00
parent f37189e431
commit a6001ee47a
2 changed files with 2 additions and 2 deletions

View file

@ -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>")

View file

@ -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: [
{ {