this.communication = communication;\r
\r
this.cookie = null;\r
- this.regexCookie = /^cookie=([^;]*)/;\r
+ this.regexCookie = /cookie=([^;]*)/;\r
\r
// données personnels\r
this.resetDonneesPersonnelles();\r
};\r
\r
/**\r
- * Connexion. Réalisée de manière synchrone.\r
+ * Connexion. Réalisé de manière synchrone.\r
*/\r
euphorik.Client.prototype.connexion = function(action, messageJson) {\r
var thisClient = this;\r
if (!this.authentifie()) {\r
return false;\r
}\r
-\r
+ \r
var thisClient = this;\r
var ok = true;\r
\r