robert 2 tahun lalu
induk
melakukan
f54ab9132e
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      mobile/index.php
  2. 1 1
      mobile/js/live_w_locator.js

+ 1 - 1
mobile/index.php

@@ -50,7 +50,7 @@
                     </button>
                 </div>
                 <br/><br/>
-                <button id="bag" tabindex="-1" onclick="return false;">
+                <button id="add_bag" tabindex="-1" onclick="return false;">
                         <i class="glyphicon glyphicon-gift"></i> Tasche
                     </button>
                 <br/><br/>

+ 1 - 1
mobile/js/live_w_locator.js

@@ -108,7 +108,7 @@ $(function() {
                 }
             });
 
-            $("#bag").on("click", function(e) {
+            $("#add_bag").on("click", function(e) {
                 e.preventDefault();
                 var code = "123-456";
                 if (self.addCode(code)) {