0.0.111
This commit is contained in:
@@ -443,7 +443,7 @@ function createRoute(el, owner_type){
|
||||
processData: false,
|
||||
contentType: false,
|
||||
// enctype: 'json',
|
||||
data: obj,
|
||||
data: JSON.stringify(obj),
|
||||
success: function(data){
|
||||
if (data.user_alerts) {
|
||||
getNewMessageSession()
|
||||
|
||||
Reference in New Issue
Block a user