@@ -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
@@ -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)) {