export_to_pdf #8

Merged
francesco.mangiacrapa merged 84 commits from export_to_pdf into master 2024-06-28 15:17:39 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3c7eec1047 - Show all commits

View File

@ -55,6 +55,7 @@ public class HTML_Page {
+ " return response.json();\n" + " return response.json();\n"
+ " } catch (error) {\n" + " } catch (error) {\n"
+ " console.error(\"polling error: \" + error);\n" + " console.error(\"polling error: \" + error);\n"
+ " showError(\"Error when exporting PDF :-(\");\n"
+ " }\n" + " }\n"
+ " }\n" + " }\n"
+ " async function playPDFPoll() {\n" + " async function playPDFPoll() {\n"