Fix callback alert

This commit is contained in:
Vik Paruchuri
2013-01-30 21:56:52 -05:00
parent 2affd4760b
commit b0e4608558

View File

@@ -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