diff -r 5714ea86187d -r d76f623d487c www/js/prod_inprod.js --- a/www/js/prod_inprod.js Fri Aug 05 10:53:56 2022 +0200 +++ b/www/js/prod_inprod.js Fri Aug 05 11:02:01 2022 +0200 @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (C) 2018-2019 + * Copyright (C) 2018-2022 * * Michiel Broek * @@ -45,20 +45,6 @@ height: 630, source: dataAdapter, theme: theme, - showstatusbar: true, - renderstatusbar: function(statusbar) { - var container, addButton; - container = $('
'); - addButton = $('
Add
'); - container.append(addButton); - statusbar.append(container); - addButton.jqxButton({ theme: theme, width: 90, height: 20 }); - // add new recipe. - addButton.click(function(event) { - window.location.href = 'prod_new.php?return=prod_inprod.php'; - }); - }, columns: [ { text: 'Datum', datafield: 'birth', width: 120 }, { text: 'Code', datafield: 'code', width: 120 },