|
@@ -45,12 +45,12 @@
|
|
|
<div id="manual_entry">
|
|
|
Manuell:
|
|
|
<input type="number" id="manual_code" step="0.001" placeholder="000.000" tabindex="-1" />
|
|
|
- <button id="snapshot" tabindex="-1" >
|
|
|
+ <button id="snapshot" tabindex="-1" onclick="return false;">
|
|
|
<i class="glyphicon glyphicon-camera"></i>
|
|
|
</button>
|
|
|
</div>
|
|
|
<br/><br/>
|
|
|
- <button id="bag" tabindex="-1" >
|
|
|
+ <button id="bag" tabindex="-1" onclick="return false;">
|
|
|
<i class="glyphicon glyphicon-gift"></i> Tasche
|
|
|
</button>
|
|
|
<br/><br/>
|