Made barcode input invisible
This commit is contained in:
parent
4ae196156b
commit
7f2e4bf848
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</head>
|
||||
|
||||
<body onload="indexOnLoad()" onclick="focusBarcodeInput()">
|
||||
<form action="" id="barcode_form">
|
||||
<form action="" id="barcode_form" style="opacity: 0;">
|
||||
<input id="barcode_input" type="text" autofocus>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue