Skip to content
Snippets Groups Projects
Commit 54df04b2 authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

Merge branch 'ndubois-fixes' into 'master'

ndubois minor fixes

See merge request !1
parents 5350c513 0df73b3a
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";
......
......@@ -5,7 +5,7 @@
<link rel="stylesheet" href="./assets/epfl2018/css/vendors.min.css">
<link rel="stylesheet" href="./assets/epfl2018/css/base.css">
<link rel="icon" type="image/png" href="./assets/img/favicon.png" />
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="./assets/epfl2018/js/vendors.min.js"></script>
<script src="./assets/epfl2018/js/vendors.bundle.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
......
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