diff -r 112c278be803 -r 10b61aacb1c1 www/js/log_fermentation.js --- a/www/js/log_fermentation.js Tue Jan 21 21:16:26 2020 +0100 +++ b/www/js/log_fermentation.js Wed Jan 29 13:26:01 2020 +0100 @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (C) 2019 + * Copyright (C) 2019-2020 * * Michiel Broek * @@ -131,7 +131,7 @@ '' + '' + '' + - '' + my_code + ' ' + my_name + ' vergisting' + + '' + my_code + ' ' + my_name + ' klimaatkast' + '' + '' + content + ''; document.write(pageContent); @@ -141,12 +141,12 @@ $('#print').jqxButton({ template: 'primary', width: 125, theme: theme }); $('#pdfButton').click(function() { - $('#fermenter_chart').jqxChart('saveAsPDF', 'vergisting_' + my_code + '.pdf', getExportServer()); + $('#fermenter_chart').jqxChart('saveAsPDF', 'klimaatkast_' + my_code + '.pdf', getExportServer()); }); $('#pdfButton').jqxButton({ template: 'primary', width: 125, theme: theme }); $('#pngButton').click(function() { - $('#fermenter_chart').jqxChart('saveAsPNG', 'vergisting_' + my_code + '.png', getExportServer()); + $('#fermenter_chart').jqxChart('saveAsPNG', 'klimaatkast_' + my_code + '.png', getExportServer()); }); $('#pngButton').jqxButton({ template: 'primary', width: 125, theme: theme });