fixed HTML page

This commit is contained in:
Francesco Mangiacrapa 2024-05-02 16:08:03 +02:00
parent 20d17efa3a
commit 6341a80404
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class Geoportal_HTML_Page {
+ " async function playPDFPoll() {\n"
+ " const response_object = await fetchPDF_URL();\n"
+ " try {\n"
+ " console.log(\"json response \" + error_msg);\n"
+ " console.log(\"json response \" + response_object);\n"
+ " if (response_object.state === \"OK\") {\n"
+ " if (!(response_object.url === null) && !(response_object.url === undefined)) {\n"
+ " window.location.replace(response_object.url);\n"