diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 7e86147..ed900fc 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -358,8 +358,7 @@ for (var i = 0; i < success.length; i++) { var row = $('' + success[i].SDLNr + '' + success[i].Bez + '' + data[i].DateGueltig + '' + data[i].KartNr + ''); table.append(row); - } - + } } function OnFailure(error) { alert(error);