diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index 6e6268e..be64d65 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -3213,6 +3213,8 @@ function functionLange(){ document.getElementById('textmultirejoindre').textContent = 'Rejoindre'; document.getElementById('nominputHS').textContent = 'Nom :'; + + document.getElementById('idinput_multi').placeholder = 'ID Partie'; } else{ @@ -3243,6 +3245,8 @@ function functionLange(){ document.getElementById('nominputHS').textContent = 'Name :'; + document.getElementById('idinput_multi').placeholder = 'ID Game'; + } }