Fix building tracker on initial setup

This commit is contained in:
relikd
2020-09-23 21:23:28 +02:00
parent c28ed301ec
commit 087bd5384b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
function lookup_rank_js(bundle_id) {
loadJSON('/stats/rank.json', function(response) {
loadJSON('/results/rank.json', function(response) {
let json = JSON.parse(response);
if (!json) { return; }
let rank = json[bundle_id];