Skip to content

Commit

Permalink
Added UPC-A examples
Browse files Browse the repository at this point in the history
  • Loading branch information
serratus committed Apr 30, 2015
1 parent a1e7c57 commit b5c230d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/static_images.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ <h3>Working with static images</h3>
<button class="next">Next</button>
<fieldset class="reader-group">
<label>EAN-8</label>
<input type="radio" name="reader" value="ean_8" checked="checked" />
<input type="radio" name="reader" value="ean_8" />
<label>UPC</label>
<input type="radio" name="reader" value="upc" />
<input type="radio" name="reader" value="upc" checked="checked" />
<label>Codabar</label>
<input type="radio" name="reader" value="codabar" />
<label>Code39</label>
Expand Down
2 changes: 1 addition & 1 deletion example/static_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(function() {
});
},
config: {
reader: "ean_8",
reader: "upc",
length: 10
},
attachListeners: function() {
Expand Down

0 comments on commit b5c230d

Please sign in to comment.