X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageProfile.js;fp=js%2FpageProfile.js;h=7bbe045a541a983bc54ef22e53897ab2037b05fd;hp=99f2cfbe23894c91ff7b0748da592a437a255bc0;hb=5dc140390551c133ac5525725a86854ca69679af;hpb=24ed7a141aa345454300dd260bbabae3a9f92408 diff --git a/js/pageProfile.js b/js/pageProfile.js index 99f2cfb..7bbe045 100755 --- a/js/pageProfile.js +++ b/js/pageProfile.js @@ -64,7 +64,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() { $("form#profile button").click( function() { - thisPage.client.nick = thisPage.formate.filtrerInputPseudo($("form#profile input.nick").val()); + thisPage.client.nick = thisPage.formate.formatNick($("form#profile input.nick").val()); thisPage.client.email = $("form#profile input.email").val(); thisPage.client.chatOrder = $("form#profile select#chatOrder option:selected").attr("value"); thisPage.client.nickFormat = $("form#profile select#affichagePseudo option:selected").attr("value");