Skip to content

Commit

Permalink
increase barcode scanner delay
Browse files Browse the repository at this point in the history
  • Loading branch information
multiscan committed Sep 13, 2013
1 parent e6ca384 commit bd5023d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/thot.js.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Thot
constructor: () ->
console.debug("Loadin Thot")
@BARCODE_KEYPRESS_MAXDELAY = 300 # milliseconds
@BARCODE_KEYPRESS_MAXDELAY = 600 # milliseconds
@INACTIVITY_TIME_BEFORE_RESET = 300 # seconds

ready: () ->
Expand Down

0 comments on commit bd5023d

Please sign in to comment.