From bd7ba09f104313cd46164ce2dafb59718b134e33 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 23 Nov 2017 18:52:42 +0100 Subject: [PATCH] Ticket PDF editor: Correct save button handling in Firefox --- .../static/pretixplugins/ticketoutputpdf/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js b/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js index a832de9c1..6f0a4cd28 100644 --- a/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js +++ b/src/pretix/plugins/ticketoutputpdf/static/pretixplugins/ticketoutputpdf/editor.js @@ -609,6 +609,7 @@ var editor = { alert(gettext('Saving failed.')); } }, 'json'); + return false; }, _preview: function () {