#13035 fixed error js

This commit is contained in:
Daniel Cebrian 2024-04-15 10:33:38 +02:00
parent 8fd9bf1702
commit c92c3f283e
1 changed files with 2 additions and 1 deletions

View File

@ -2796,4 +2796,5 @@ function redirectNode(url, target = "_blank") {
$form.submit();
$("#" + unique_id).remove();
}
});
});
}