summaryrefslogtreecommitdiff
path: root/Statics/Js/main.js
blob: b4d0894b6f1e321f88decfa0d0ff448c69f68c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ****************************************************************************
// Main
// ****************************************************************************
 
// Site web utilisés pour JS:
// https://www.w3schools.com/js/default.asp
// https://stackoverflow.com/ 

// Changement de langue
document.getElementById("langSel").addEventListener("change", () => {
    document.getElementById("langForm").submit();
});