fixed code
This commit is contained in:
parent
db1018a5c8
commit
cb7c78e491
|
@ -63,7 +63,7 @@ public class Geoportal_HTML_Page {
|
|||
+ " try {\n"
|
||||
+ " console.log(\"json response \" + response_object);\n"
|
||||
+ " if (response_object.state === \"OK\") {\n"
|
||||
+ " if (!(response_object.url === null || response_object.url === undefined)) {\n"
|
||||
+ " if (!(response_object.url === null) && !(response_object.url === undefined)) {\n"
|
||||
+ " window.location.replace(response_object.url);\n"
|
||||
+ " } else {\n"
|
||||
+ " setTimeout(() => {\n"
|
||||
|
|
Loading…
Reference in New Issue