Skip to content

Commit

Permalink
Update seguimiento-p-r-e.html
Browse files Browse the repository at this point in the history
  • Loading branch information
diochos committed Jun 25, 2024
1 parent fd19b98 commit 1a12f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seguimiento-p-r-e.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
var aceptarButtContainer = document.getElementById("aceptarButtContainer");
if (aceptarButtContainer) {
aceptarButtContainer.addEventListener("click", function (e) {
window.location.href = "./seguimiento.html";
window.location.href = "./views/seguimiento.ejs";
});
}

Expand Down

0 comments on commit 1a12f00

Please sign in to comment.