forked from external-repos/pa11y-dashboard
Fix the hideElements option
I broke this with my incorrect advice :D
This commit is contained in:

committed by
Rowan Manning

parent
9df456c7c1
commit
509914d19a
@@ -55,7 +55,7 @@ function route(app) {
|
||||
username: req.body.username || undefined,
|
||||
password: req.body.password || undefined,
|
||||
headers: parsedHeaders || undefined,
|
||||
hideElements: req.body['hide-elements'] || undefined
|
||||
hideElements: req.body.hideElements || undefined
|
||||
};
|
||||
|
||||
app.webservice.tasks.create(newTask, (err, task) => {
|
||||
|
Reference in New Issue
Block a user