diff options
| -rw-r--r-- | docs/assets/js/src/customizer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/js/src/customizer.js b/docs/assets/js/src/customizer.js index 7340f1668..3af093c9a 100644 --- a/docs/assets/js/src/customizer.js +++ b/docs/assets/js/src/customizer.js @@ -73,6 +73,7 @@ window.onload = function () { // wait for load in a dumb way because B-0 $.ajax({ url: 'https://api.github.com/gists', type: 'POST', + contentType: 'application/json; charset=UTF-8', dataType: 'json', data: JSON.stringify(data) }) |
