Fix content type

master
Mikołaj Pich 6 years ago
parent f3838ab4a8
commit 035cf0e91e
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
  1. 2
      static/application.js
  2. 2
      static/application.min.js

@ -64,7 +64,7 @@ haste_document.prototype.save = function(data, callback) {
type: 'post',
data: data,
dataType: 'json',
contentType: 'application/json; charset=utf-8',
contentType: 'text/plain; charset=utf-8',
success: function(res) {
_this.locked = true;
_this.key = res.key;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save