X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2Fclient.js;h=c378075daa34e2439244d1d41cc1efcd3a51bcaa;hb=7ea77e03a1191ed84719ec018635cbe4a1b44259;hp=49f7749ceaf6f673bd918e2918ccb2261c9d79ee;hpb=dd3320de291341d6d86f79421b85d12c4764b057;p=euphorik.git diff --git a/js/client.js b/js/client.js index 49f7749..c378075 100644 --- a/js/client.js +++ b/js/client.js @@ -26,7 +26,7 @@ euphorik.Client = function(util, communication) { this.communication = communication; this.cookie = null; - this.regexCookie = /^cookie=([^;]*)/; + this.regexCookie = /cookie=([^;]*)/; // données personnels this.resetDonneesPersonnelles(); @@ -295,7 +295,7 @@ euphorik.Client.prototype.getJSONEnregistrement = function(login, password) { }; /** - * Connexion. Réalisée de manière synchrone. + * Connexion. Réalisé de manière synchrone. */ euphorik.Client.prototype.connexion = function(action, messageJson) { var thisClient = this; @@ -369,7 +369,7 @@ euphorik.Client.prototype.flush = function(async) { if (!this.authentifie()) { return false; } - + var thisClient = this; var ok = true;