From: Guillaume Pellerin Date: Sun, 20 Jul 2014 16:58:45 +0000 (+0200) Subject: fix X-Git-Tag: 1.4.6^2~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1d6c1c485e324528592ad38640fd3b534e4b2eac;p=telemeta.git fix --- diff --git a/telemeta/static/telemeta/js/application.js b/telemeta/static/telemeta/js/application.js index 38b2f7bf..e5e933e8 100644 --- a/telemeta/static/telemeta/js/application.js +++ b/telemeta/static/telemeta/js/application.js @@ -190,7 +190,7 @@ var json = function(param,method,onSuccessFcn,onErrorFcn){ type: "POST", url: 'json/', contentType: "application/json", - async : false; + async : false, data: data2send, dataType: "json", success: function(data, textStatus, jqXHR){