]> git.parisson.com Git - telemeta.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 16:58:45 +0000 (18:58 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 16:58:45 +0000 (18:58 +0200)
telemeta/static/telemeta/js/application.js

index 38b2f7bfea1d9ff44d9020b852fb08d7434ce781..e5e933e8b745d340375aeabdeda5f857a5cdae83 100644 (file)
@@ -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){