Commit b0e46085 by Vik Paruchuri

Fix callback alert

parent 2affd476
......@@ -42,7 +42,7 @@ class OpenEnded
.error => callback({success: false, error: "Error occured while performing this operation"})
handle_after_action: (data) ->
@gentle_alert data
@gentle_alert data.data
gentle_alert: (msg) =>
if $('.message-container').length
......
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