]> git.parisson.com Git - teleforma.git/commitdiff
fix json url path
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 24 Jan 2024 10:23:53 +0000 (11:23 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 24 Jan 2024 10:23:53 +0000 (11:23 +0100)
teleforma/static/teleforma/js/application.js

index c48b729fc24b7b1262979b69a17ab76bd3a4885b..6d5f0ec32f38aaaf63945b06ef85743f35f39c48 100644 (file)
@@ -288,7 +288,7 @@ var json = function(param,method,onSuccessFcn,onErrorFcn){
     var $J = jQuery;
     $J.ajax({
         type: "POST",
-        url: 'json/',
+        url: '/json/',
         contentType: "application/json",
         data: data2send,
         dataType: "json",