FIX traitement du cas ou plusieurs valeurs précède la valeur "cookie=.." dans le...
authorGreg Burri <greg.burri@gmail.com>
Sat, 4 Oct 2008 22:32:32 +0000 (22:32 +0000)
committerGreg Burri <greg.burri@gmail.com>
Sat, 4 Oct 2008 22:32:32 +0000 (22:32 +0000)
js/client.js

index 49f7749..c378075 100644 (file)
@@ -26,7 +26,7 @@ euphorik.Client = function(util, communication) {
    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
@@ -295,7 +295,7 @@ euphorik.Client.prototype.getJSONEnregistrement = function(login, password) {
 };\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
@@ -369,7 +369,7 @@ euphorik.Client.prototype.flush = function(async) {
    if (!this.authentifie()) {\r
       return false;\r
    }\r
-\r
+   \r
    var thisClient = this;\r
    var ok = true;\r
    \r