Tweaked database so 'Super Report' is submitted with some complete sections, for testing.

This commit is contained in:
kououken 2019-02-09 14:00:49 -08:00
parent 8416c041d0
commit d26b79c725
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -342,5 +342,5 @@ document.addEventListener("click", function(event) {
const url = getEndpointDomain() + "api/v1/report/" + event.target.dataset.rid; const url = getEndpointDomain() + "api/v1/report/" + event.target.dataset.rid;
getDataFromEndpoint(url, displayReport); getDataFromEndpoint(url, displayReport);
} }
// TODO: Add view report // TODO: Add View Report
}); });