Skip to content

Commit

Permalink
back to js
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Aug 7, 2024
1 parent cc44da6 commit f2aed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/audiorecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function updateAudio() {
updateAudioError(xmlHttp);
};

xmlHttp.send(JSON.stringify(data));
xmlHttp.send($.param(data));
}

function updateAudioError(xmlHttp: XMLHttpRequest) {
Expand Down

0 comments on commit f2aed2c

Please sign in to comment.