diff --git a/static/js/user_profile.js b/static/js/user_profile.js index be9862e..eaf104f 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -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()