forked from external-repos/pa11y-dashboard
Add task deletion
This commit is contained in:
@@ -10,7 +10,8 @@ function route (app) {
|
||||
return next(err);
|
||||
}
|
||||
res.render('index', {
|
||||
tasks: tasks
|
||||
tasks: tasks,
|
||||
deleted: (typeof req.query.deleted !== 'undefined')
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user