Skip to content
Snippets Groups Projects
Commit 0df73b3a authored by Nicolas Dubois's avatar Nicolas Dubois
Browse files

[FIX](external url)→ Adapt guests.epfl.ch url

parent 0b3c2a2c
No related branches found
No related tags found
1 merge request!1ndubois minor fixes
......@@ -97,7 +97,7 @@ function checkYearDate(toCheckValue, errorZone, coefficiantYear) {
function initButtonsAction() {
$('#createAc').click(function () {
window.open("https://guests.epfl.ch/selfaddform", '_blank');
window.open("https://guests.epfl.ch/", '_blank');
});
$('#connectB').click(function () {
document.location.href = "form.php";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment