fix #22
This commit is contained in:
parent
98de25c81a
commit
5c21663c90
File diff suppressed because one or more lines are too long
|
@ -229,6 +229,7 @@ $(document).on('ready pjax:success', function() {
|
||||||
},
|
},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
encode: true,
|
encode: true,
|
||||||
|
contentType: "application/json; charset=utf-8",
|
||||||
}).done(function(data) {
|
}).done(function(data) {
|
||||||
notification({
|
notification({
|
||||||
text: button.data("message"),
|
text: button.data("message"),
|
||||||
|
|
Loading…
Reference in New Issue