diff -r 920419721942 -r 72bcc7ac60da www/js/rec_edit.js --- 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); });