X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=45b3cbdbe96b767a230a6f17c1123427c3beac1b;hp=99a461f812c144011524bc6006400f688265faaf;hb=0b34258466c58a805a2cbfe7ef134385b26fed94;hpb=044398d0ce631201bb0f724450446b90a35d79ce diff --git a/js/euphorik.js b/js/euphorik.js index 99a461f..45b3cbd 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -106,8 +106,7 @@ var messageType = {informatif: 0, question: 1, erreur: 2} */ Util.prototype.jsonVersAction = function(json) { - // FIXME : ne plus encapsuler json dans de l'xml (problème avec yaws) - return {action: "" + JSON.stringify(json) + "" } + return {action : JSON.stringify(json) } } Util.prototype.md5 = function(chaine)