X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2Futil.js;h=4c9bd6a2b0e77305c71eda8451a2dff06fefd598;hb=b17c02fb507f6841f74b5fe21399766a51710367;hp=f5fca3f37b90407c8e56a5a18a6e070eb2798ad8;hpb=8ee1535f5594573931ddaebee77bf6148a5358cb;p=euphorik.git diff --git a/js/util.js b/js/util.js index f5fca3f..4c9bd6a 100644 --- a/js/util.js +++ b/js/util.js @@ -186,9 +186,9 @@ euphorik.Util.prototype.infoBulle = function(message, element, position) { * Utilisé pour l'envoie de données avec la méthode ajax de jQuery. * Obsolète : à virer */ -euphorik.Util.prototype.jsonVersAction = function(json) { +/*euphorik.Util.prototype.jsonVersAction = function(json) { return { action : JSON.stringify(json) }; -}; +};*/ /** * Retourne un hash md5 d'une chaine, dépend de md5.js.