mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
hide-elements and placeholders
This commit is contained in:

committed by
Rowan Manning

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