Browse Source

button submit error

robert 2 years ago
parent
commit
55092265af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mobile/index.php

+ 2 - 2
mobile/index.php

@@ -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/>