X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageRegister.js;h=ca1ddb36607c79ba2cc307e77676117e68ce7282;hp=83e63dd1d7014300e996f4bea480e1a410a2111b;hb=ce1fba00ff3eaa6708d6070763f74a400273203b;hpb=877597872b6660f717aaf54aa1f3001df59b501d diff --git a/js/pageRegister.js b/js/pageRegister.js index 83e63dd..ca1ddb3 100755 --- a/js/pageRegister.js +++ b/js/pageRegister.js @@ -32,7 +32,7 @@ PageRegister.prototype.contenu = function() \ \ \ - \ + \ \ \ \ @@ -47,7 +47,7 @@ PageRegister.prototype.contenu = function() \
login\
password\
\ -
' +
' } PageRegister.prototype.charger = function() @@ -73,7 +73,6 @@ PageRegister.prototype.charger = function() thisPage.util.messageDialogue("Les mots de passes ne correspondent pas") else if(thisPage.client.enregistrement(login, thisPage.util.md5(password))) { - // TODO : avertir que l'enregistrement s'est bien déroulé thisPage.util.messageDialogue("Enregistrement réussi") thisPage.pages.afficherPage("minichat") }