fixed initial page load rendering for expired downloads and when the upload list isn't empty. fixes #1069 and fixes #1021

This commit is contained in:
Danny Coates 2019-01-08 11:24:07 -08:00
parent e1bbff0047
commit 06b25dcba6
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 11 additions and 2 deletions

View file

@ -11,7 +11,7 @@ function stripEvents(str) {
module.exports = {
index: async function(req, res) {
const appState = await state(req);
res.send(stripEvents(routes().toString('/', appState)));
res.send(stripEvents(routes().toString('/blank', appState)));
},
blank: async function(req, res) {