www/js/mon_co2meter.js

changeset 507
17f244137a9b
parent 506
8ab0e87d579e
child 526
2991acd35cdb
equal deleted inserted replaced
506:8ab0e87d579e 507:17f244137a9b
216 }); 216 });
217 217
218 // The chart button. 218 // The chart button.
219 $("#FLog").jqxButton({ template: "primary", width: '150px', theme: theme }); 219 $("#FLog").jqxButton({ template: "primary", width: '150px', theme: theme });
220 $("#FLog").click(function () { 220 $("#FLog").click(function () {
221 window.open('log_co2meter.php?code=' + record.beercode + '&name=' + record.beername); 221 window.open('log_co2pressure.php?code=' + record.beercode + '&name=' + record.beername);
222 }); 222 });
223 }); 223 });

mercurial