X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Fclient.js;h=c378075daa34e2439244d1d41cc1efcd3a51bcaa;hp=e01be9e5c8a8563969f6b6d2c4f08a06d864a64d;hb=5b07219194951e5ca4c1f4a7f3ca246333dd93a1;hpb=15f8b5143c6b9dcfe86eda84c22c31826a7f3d1c diff --git a/js/client.js b/js/client.js index e01be9e..c378075 100644 --- a/js/client.js +++ b/js/client.js @@ -23,10 +23,10 @@ */ euphorik.Client = function(util, communication) { this.util = util; - this.communication = 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;