diff --git a/static/js/audiorecording.ts b/static/js/audiorecording.ts index fce5988..5ea02b5 100644 --- a/static/js/audiorecording.ts +++ b/static/js/audiorecording.ts @@ -176,7 +176,7 @@ function updateAudio() { updateAudioError(xmlHttp); }; - xmlHttp.send(JSON.stringify(data)); + xmlHttp.send($.param(data)); } function updateAudioError(xmlHttp: XMLHttpRequest) {