fixed code

This commit is contained in:
Francesco Mangiacrapa 2024-05-02 11:47:58 +02:00
parent db1018a5c8
commit cb7c78e491
1 changed files with 1 additions and 1 deletions

View File

@ -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"