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:
parent
e1bbff0047
commit
06b25dcba6
3 changed files with 11 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue