Skip to content

Commit

Permalink
Fix tests after my recent orderedselect change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Apr 6, 2014
1 parent c0cbac6 commit f673fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/z3c/form/browser/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ List - Choice
<option value="3">3</option>
</select>
<input name="bar-empty-marker" type="hidden" />
<span id="foo-toDataContainer">
<span id="foo-toDataContainer" style="display: none">
<script type="text/javascript">
copyDataForSubmit('foo');</script>
</span>
Expand Down Expand Up @@ -2319,7 +2319,7 @@ Tuple - Choice
<option value="3">3</option>
</select>
<input name="bar-empty-marker" type="hidden" />
<span id="foo-toDataContainer">
<span id="foo-toDataContainer" style="display: none">
<script type="text/javascript">
copyDataForSubmit('foo');</script>
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/z3c/form/browser/orderedselect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If we render the widget we get an empty widget:
size="5" multiple="multiple">
</select>
<input name="widget.name-empty-marker" type="hidden" />
<span id="widget-id-toDataContainer">
<span id="widget-id-toDataContainer" style="display: none">
<script type="text/javascript">
copyDataForSubmit('widget-id');</script>
</span>
Expand Down

0 comments on commit f673fc2

Please sign in to comment.