Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
#3 experimental functionality (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffchep committed Feb 16, 2018
1 parent d2946cd commit 9c642ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define(['dataHelper'], function (helper) {
}
}
};
xhttp.send(data);
xhttp.send(data ? JSON.stringify(data) : null);
}

function initialize(callback) {
Expand Down

0 comments on commit 9c642ab

Please sign in to comment.