diff -r 1253a237b620 -r 9cd6873bda75 www/js/mon_ispindel.js --- a/www/js/mon_ispindel.js Sun Jan 05 17:04:56 2020 +0100 +++ b/www/js/mon_ispindel.js Sun Jan 05 20:00:39 2020 +0100 @@ -247,7 +247,7 @@ // The chart button. $('#VLog').jqxButton({ template: 'primary', width: '150px', theme: theme }); -// $('#FLog').click(function() { -// window.open('log_co2pressure.php?code=' + record.beercode + '&name=' + record.beername); -// }); + $('#VLog').click(function() { + window.open('log_ispindel.php?code=' + record.beercode + '&name=' + record.beername); + }); });