cambio en pantalla de erro general

parent 75b3cf83
......@@ -79,9 +79,7 @@
<script>
function goBack() {
var urlActual = "<%= request.getRequestURL().toString() %>";
const array = urlActual.split("/");
window.location.href = array[3] + '/inicio.action';
window.history.back();
}
</script>
</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