X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageProfile.js;fp=js%2FpageProfile.js;h=2ae3fb39d418cf2b940cb6cd3874c93f6ffae893;hp=41e9fd5d6f03b6b233d9166bc018db927d2cb916;hb=eb44db02bab9c8b082201aa153dea8229432e894;hpb=e49a1c483f1751f129c0766d1061b3da44b60581 diff --git a/js/pageProfile.js b/js/pageProfile.js index 41e9fd5..2ae3fb3 100755 --- a/js/pageProfile.js +++ b/js/pageProfile.js @@ -46,7 +46,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() { var thisPage = this; $("form#profile input.login").val(this.client.login); - $("form#profile input.pseudo").val(this.client.pseudo); + $("form#profile input.nick").val(this.client.nick); $("form#profile input.email").val(this.client.email); $("form#profile input#viewTooltips").attr("checked", this.client.viewTooltips); $("form#profile input#viewTimes").attr("checked", this.client.viewTimes); @@ -64,7 +64,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() { $("form#profile button").click( function() { - thisPage.client.pseudo = thisPage.formate.filtrerInputPseudo($("form#profile input.pseudo").val()); + thisPage.client.nick = thisPage.formate.filtrerInputPseudo($("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"); @@ -125,8 +125,8 @@ euphorik.PageProfile.prototype.getHTML = function() { ' ' + ' ' + ' ' + - ' pseudo' + - ' ' + + ' nick' + + ' ' + ' ' + ' ' + ' e-mail' +