diff --git a/src/main/webapp/js/shopping_cart.js b/src/main/webapp/js/shopping_cart.js index 0365594..8edb9c5 100644 --- a/src/main/webapp/js/shopping_cart.js +++ b/src/main/webapp/js/shopping_cart.js @@ -1,22 +1,3 @@ -/*let table = new Tabulator("#shopping_cart_table", { - layout:"fitColumns", - columns:[ - {title:"Produkte", field:"col1", headerSort:false}, - {title:"zusammen mit", field:"col2", headerSort:false}, - ], -}); - - -function updateShoppingCartTable(id) { - if (typeof id !== 'undefined') { - request('shopping_cart', id).then(function () { - table.setData("/bauDas/shopping_cart?id="+id); - }); - } else request('shopping_cart').then(function () { - table.setData(); - }); -}*/ - let shopping_cart_result; function updateShoppingCartTable(id) {