www/js/rec_edit.js

changeset 301
72bcc7ac60da
parent 286
124af734af68
child 303
98c2afc88780
--- a/www/js/rec_edit.js	Wed Feb 27 22:14:03 2019 +0100
+++ b/www/js/rec_edit.js	Thu Feb 28 15:40:14 2019 +0100
@@ -3678,7 +3678,7 @@
 	$("#Export").jqxButton({ template: "info", width: '80px', theme: theme });
 	$("#Export").click(function () {
 		saveRecord();
-		var url="rec_export.php?record=" + my_record;
+		var url="rec_beerxml.php?record=" + my_record;
 		window.open(url);
 	});
 

mercurial