mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
Fix #14411 by setting JSON Content-Type for Gist API request
This commit is contained in:
parent
31f7cb152e
commit
71c2c372f6
@ -73,6 +73,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'https://api.github.com/gists',
|
url: 'https://api.github.com/gists',
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
|
contentType: 'application/json; charset=UTF-8',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
data: JSON.stringify(data)
|
data: JSON.stringify(data)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user