www/js/mon_co2meter.js

changeset 507
17f244137a9b
parent 506
8ab0e87d579e
child 526
2991acd35cdb
--- a/www/js/mon_co2meter.js	Fri Oct 11 21:04:48 2019 +0200
+++ b/www/js/mon_co2meter.js	Fri Oct 11 22:48:43 2019 +0200
@@ -218,6 +218,6 @@
 	// The chart button.
    	$("#FLog").jqxButton({ template: "primary", width: '150px', theme: theme });
 	$("#FLog").click(function () {
-		window.open('log_co2meter.php?code=' + record.beercode + '&name=' + record.beername);
+		window.open('log_co2pressure.php?code=' + record.beercode + '&name=' + record.beername);
 	});
 });

mercurial