diff -r 86289b0c4a27 -r 08c0343b622b www/js/inv_equipments.js --- a/www/js/inv_equipments.js Sun Jul 04 12:16:25 2021 +0200 +++ b/www/js/inv_equipments.js Sun Jul 04 14:25:52 2021 +0200 @@ -128,7 +128,7 @@ cache: false, data: data, type: 'POST', - success: function(data, status, xhr) { + success: function(data) { if (data.error) { console.log('delete: ' + data.msg); alert('Fout: ' + data.msg); @@ -149,7 +149,7 @@ cache: false, data: data, type: 'POST', - success: function(data, status, xhr) { + success: function(data) { if (data.error) { console.log('insert: ' + data.msg); alert('Fout: ' + data.msg);