Unused Code removed

This commit is contained in:
Karsten 2019-05-28 15:10:43 +02:00
parent f05c267efc
commit aa0a170ef6
1 changed files with 0 additions and 19 deletions

View File

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