Skip to content

Commit

Permalink
make the source code for both examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jul 11, 2024
1 parent 029b8ed commit e071299
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/patterns/listbox/examples/listbox-rearrangeable.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ <h3 id="sc1_label">Example 1: Single-Select Listbox</h3>
<div id="sc1_end_sep" role="separator" aria-labelledby="sc1_end_sep sc1_label" aria-label="End of HTML for"></div>
<script>
sourceCode.add('sc1', 'ex1', 'ex1_label', 'css_js_files', 'sc1_description');
sourceCode.make();
</script>
<h3 id="sc2_label">Example 2: Multi-Select Listbox</h3>
<p id="sc2_description">To copy the following HTML code, please open it in CodePen.</p>
Expand All @@ -542,9 +543,6 @@ <h3 id="sc2_label">Example 2: Multi-Select Listbox</h3>
<div id="sc2_end_sep" role="separator" aria-labelledby="sc2_end_sep sc2_label" aria-label="End of HTML for"></div>
<script>
sourceCode.add('sc2', 'ex2', 'ex2_label', 'css_js_files', 'sc2_description');
</script>
<!-- After all source has been added, run make to do the insert. -->
<script>
sourceCode.make();
</script>
</section>
Expand Down

0 comments on commit e071299

Please sign in to comment.