Skip to content

Commit

Permalink
Remove broken comment from camera input in cart.hbs view - ref #66
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshhelper committed May 8, 2017
1 parent 6064554 commit a27377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/cart.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<h2>User UUID: {{userUUID}}</h2>
<p>User info: {{userInfo}}</p>

<input alt="Scan item with barcode" {!-- style="display: none;" --} type="file" accept="image/*" capture="camera" id="itemCamera">
<input alt="Scan item with barcode" type="file" accept="image/*" capture="camera" id="itemCamera">

0 comments on commit a27377b

Please sign in to comment.