We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92596cc commit f464d6bCopy full SHA for f464d6b
server/web/edit/index.hbs
@@ -136,7 +136,8 @@ This edit will create a new revision.
136
<div>
137
<label for="test[{{@index}}][defer]">Async </label>
138
<label class="inline">
139
- <input type="checkbox" value="y" {{#compare defer "y" operator="==="}} checked{{/compare}}> (check if this is an <a href="/faq#async">asynchronous test</a>)
+ <input type="checkbox" value="y" name="test[{{@index}}][defer]" id="test[{{@index}}][defer]" {{#compare defer "y" operator="==="}} checked{{/compare}}>
140
+ (check if this is an <a href="/faq#async">asynchronous test</a>)
141
</label>
142
</div>
143
0 commit comments