Commit d89ab000 by Vik Paruchuri

Fix a function call

parent f019225d
......@@ -62,10 +62,10 @@ CACHES = {
XQUEUE_INTERFACE = {
"url": "https://sandbox-xqueue.edx.org",
"url": "http://127.0.0.1:3032",
"django_auth": {
"username": "lms",
"password": "***REMOVED***"
"password": "abcd"
},
"basic_auth": ('anant', 'agarwal'),
}
......
......@@ -51,7 +51,8 @@ class OpenEnded
return @handle_after_action
handle_after_action: (data) ->
blah = "blah"
if !response.success
@gentle_alert data.error
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