FIX il manquait le dernier message à l'affichage (problème dans euphorik_minichat_con...
[euphorik.git] / js / euphorik.js
index 5ce9357..c880e8f 100755 (executable)
@@ -704,7 +704,7 @@ Client.prototype.enregistrement = function(login, password)
 
 Client.prototype.connexion = function(action)
 {
-   //action.action.dump()
+   action.action.dump("Connexion client")
    thisClient = this
    jQuery.ajax(
       {
@@ -716,7 +716,7 @@ Client.prototype.connexion = function(action)
          success:
             function(data)
             {
-               //thisClient.util.serializer.serializeToString(data).dump("Charger client")
+               thisClient.util.serializer.serializeToString(data).dump("Charger client")
                thisClient.chargerDonnees(data)
             }
       }
@@ -779,7 +779,7 @@ Client.prototype.flush = function(async)
       async = true
 
    thisClient = this
-   //this.util.xmlVersAction(this.getXMLProfile()).action.dump("Flush client")      
+   this.util.xmlVersAction(this.getXMLProfile()).action.dump("Flush client")      
    jQuery.ajax(
       {
          async: async,