mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Fix character encoding issue
This commit is contained in:
@@ -88,7 +88,7 @@ function sendToPhone(title, url, msgType, selection, listener) {
|
||||
'body': data,
|
||||
'headers': {
|
||||
'X-Same-Domain': 'true',
|
||||
'Content-Type': 'application/json'
|
||||
'Content-Type': 'application/json;charset=UTF-8'
|
||||
}
|
||||
});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user