Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 81a5996

Browse files
committed
set content type for ajax call
1 parent 65de6f5 commit 81a5996

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/scripts/launch/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ $(document).ready(function() {
254254
url: member_api_url,
255255
cache: false,
256256
dataType: 'json',
257+
contentType: 'application/json; charset=utf-8',
257258
data: {'handle': q},
258259
async: false,
259260
success: function (result) {

0 commit comments

Comments
 (0)