cambio en pantalla de erro general

parent 75b3cf83
...@@ -79,9 +79,7 @@ ...@@ -79,9 +79,7 @@
<script> <script>
function goBack() { function goBack() {
var urlActual = "<%= request.getRequestURL().toString() %>"; window.history.back();
const array = urlActual.split("/");
window.location.href = array[3] + '/inicio.action';
} }
</script> </script>
</body> </body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment