X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=c880e8fa0b33c92ea9dfa429084a0025e8fa2647;hp=5ce9357c9785eeb6ada2bbbe98537fc8242ebe97;hb=c39e55c505a27e30209fcfb6d837d6ec8a82b990;hpb=fb1166f6fcf86e40a94f5d88aaed398603615f28 diff --git a/js/euphorik.js b/js/euphorik.js index 5ce9357..c880e8f 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -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,