MOD french -> english (7)
[euphorik.git] / js / pageProfile.js
index 2ae3fb3..7bbe045 100755 (executable)
@@ -17,7 +17,7 @@
 // along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
 \r
 euphorik.PageProfile = function(client, formater, util) {\r
-   this.nom = "profile";\r
+   this.name = "profile";\r
    \r
    this.client = client;\r
    this.formater = formater;\r
@@ -64,7 +64,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() {
 \r
    $("form#profile button").click(\r
       function() {\r
-         thisPage.client.nick = thisPage.formate.filtrerInputPseudo($("form#profile input.nick").val());\r
+         thisPage.client.nick = thisPage.formate.formatNick($("form#profile input.nick").val());\r
          thisPage.client.email = $("form#profile input.email").val();\r
          thisPage.client.chatOrder = $("form#profile select#chatOrder option:selected").attr("value");\r
          thisPage.client.nickFormat = $("form#profile select#affichagePseudo option:selected").attr("value");\r