Fix per-domain chart paths
This commit is contained in:
parent
ad9030a6fd
commit
315cdaf2ad
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
||||||
container.innerHTML = '<p>Select a domain</p>';
|
container.innerHTML = '<p>Select a domain</p>';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
path = 'domains/' + currentDomain + '/' + currentInterval;
|
path = 'domains/' + encodeURIComponent(currentDomain) + '/' + currentInterval;
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch(path + '/reports.json')
|
fetch(path + '/reports.json')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue