This commit is contained in:
Henrique Dias 2015-09-29 22:12:01 +01:00
parent 98de25c81a
commit 5c21663c90
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -229,6 +229,7 @@ $(document).on('ready pjax:success', function() {
},
dataType: 'json',
encode: true,
contentType: "application/json; charset=utf-8",
}).done(function(data) {
notification({
text: button.data("message"),