FIX petites corrections à deux balles
[euphorik.git] / js / pageProfile.js
index 294dc3e..b6920d2 100755 (executable)
@@ -93,9 +93,7 @@ PageProfile.prototype.chargerLogin = function()
    $("#page form#profile button").click(
       function()
       {
-         if(!thisPage.client.connexionLogin($("form#profile input.login").val(), thisPage.util.md5($("form#profile input.password").val())))
-            thisPage.util.messageDialogue("Couple login/pass introuvable")
-         else
+         if(thisPage.client.connexionLogin($("form#profile input.login").val(), thisPage.util.md5($("form#profile input.password").val())))
          {\r
             // TODO afficher un message "ok"
             thisPage.pages.afficherPage("minichat")