Improved support on Code 39 barcodes

This commit is contained in:
Christoph Oberhofer
2015-03-04 22:23:59 +01:00
parent 7638bc41eb
commit b91246c699
16 changed files with 72 additions and 20 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<ul class="thumbnails"></ul>
</div>
<div id="interactive" class="viewport"></div>
<div id="debug"></div>
<div id="debug" class="detection"></div>
</section>
<footer>
<p>
+1 -1
View File
@@ -17,7 +17,7 @@ $(function() {
},
config: {
reader: "code_39",
length: 4
length: 10
},
attachListeners: function() {
$(".controls").on("click", "button.next", function(e) {