fixed HTML page
This commit is contained in:
parent
20d17efa3a
commit
6341a80404
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue