update drupal
This commit is contained in:
@@ -559,6 +559,7 @@
|
||||
}
|
||||
},
|
||||
dataType: 'json',
|
||||
jsonp: false,
|
||||
type: 'POST',
|
||||
};
|
||||
|
||||
|
||||
@@ -243,6 +243,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
|
||||
},
|
||||
|
||||
dataType: 'json',
|
||||
jsonp: false,
|
||||
type: 'POST'
|
||||
};
|
||||
|
||||
|
||||
@@ -281,6 +281,7 @@
|
||||
},
|
||||
ajax: {
|
||||
dataType: 'json',
|
||||
jsonp: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -156,7 +156,8 @@
|
||||
isComposing: false
|
||||
},
|
||||
ajax: {
|
||||
dataType: 'json'
|
||||
dataType: 'json',
|
||||
jsonp: false
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user