Commit 779c4271 authored by Matthew Taylor's avatar Matthew Taylor

I think I misunderstood the xhr docs

parent 3022a565
......@@ -143,8 +143,7 @@ module.exports.clearAdminMessage = function (messageType, messageId, adminMessag
uri: '/site-api/messages/messages-delete/',
method: 'POST',
useCsrf: true,
json: true,
body: {
json: {
alertType: messageType,
alertId: messageId
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment