mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Make the "new task" form functional
This commit is contained in:
@@ -15,7 +15,8 @@ function route (app) {
|
||||
}
|
||||
res.render('task', {
|
||||
task: task,
|
||||
results: results
|
||||
results: results,
|
||||
added: (typeof req.query.added !== 'undefined')
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user