diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 20:10:57 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-27 20:12:56 -0400 |
| commit | 280b4e611231a497d090fffc3796d1d3e13814e4 (patch) | |
| tree | 2eebe7e15a62ee375fe7268e9f99fc75a5dff1ff /static | |
| parent | b03ecece4911faa5900cae5c85d79a27fb337ef6 (diff) | |
| download | wedding-website-280b4e611231a497d090fffc3796d1d3e13814e4.tar.gz | |
use non breaking space
Diffstat (limited to 'static')
| -rw-r--r-- | static/wedding.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/wedding.js b/static/wedding.js index 7161d30..378212b 100644 --- a/static/wedding.js +++ b/static/wedding.js @@ -3,10 +3,10 @@ $(function(){ $("#"+addr.replace(/\//g,"")).addClass("active"); $("input:radio[name=language]").change(function(){ if($(this).val()=="fr"){ - $("#lab-lang").text("Langue:"); - $("label[for=name]").text("Prénom :"); + $("#lab-lang").text("Langue :"); + $("label[for=name]").text("Prénom :"); $("#name").attr("placeholder", "Prénom"); - $("label[for=password]").text("Mot de Passe :"); + $("label[for=password]").text("Mot de Passe :"); $("#password").attr("placeholder", "Mot de Passe"); $("button[name=login]").text("Entrer"); } |
