forked from external-repos/pa11y-dashboard
header and hide fields
This commit is contained in:

committed by
Rowan Manning

parent
c562bb07f3
commit
39435f37e4
@@ -69,6 +69,8 @@ function route(app) {
|
||||
task.wait = req.body.wait;
|
||||
task.username = req.body.username;
|
||||
task.password = req.body.password;
|
||||
task.headers = req.body.headers;
|
||||
task.hideElements = req.body.hideElements;
|
||||
const standards = getStandards().map(standard => {
|
||||
if (standard.title === task.standard) {
|
||||
standard.selected = true;
|
||||
|
Reference in New Issue
Block a user