mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
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