mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Fixed player name placeholder replacement on player.html
This commit is contained in:
parent
b4a17ad6c4
commit
e3cdf76d50
@ -716,8 +716,9 @@
|
||||
Highcharts.setOptions({
|
||||
lang: {noData: "No Data to Display"}, time: {timezoneOffset: ${timeZone} * 60}
|
||||
});
|
||||
const playerName = '${playerName}';
|
||||
setLoadingText('Loading player values..');
|
||||
jsonRequest(`../v1/player?player=${encodeURIComponent('${playerName}')}`, function (json, error) {
|
||||
jsonRequest(`../v1/player?player=${encodeURIComponent(playerName)}`, function (json, error) {
|
||||
loadPlayerOverviewValues(json, error);
|
||||
loadSessionAccordion(json, error);
|
||||
loadserverAccordion(json, error);
|
||||
|
Loading…
Reference in New Issue
Block a user