Fix the hideElements option

I broke this with my incorrect advice :D
This commit is contained in:
Rowan Manning
2016-11-07 14:26:28 +00:00
committed by Rowan Manning
parent 9df456c7c1
commit 509914d19a
4 changed files with 4 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ along with Pa11y Dashboard. If not, see <http://www.gnu.org/licenses/>.
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-6">
<label class="control-label" for="new-task-hide-elements">Hide Elements</label>
<input class="form-control" id="new-task-hide-elements" type="text" name="hide-elements" value="{{task.hide-elements}}" placeholder=".advert, #modal, div[aria-role=presentation]"/> <em>(CSS selector)</em>
<input class="form-control" id="new-task-hide-elements" type="text" name="hideElements" value="{{task.hideElements}}" placeholder=".advert, #modal, div[aria-role=presentation]"/> <em>(CSS selector)</em>
</div>
</div>
</div>