Skip to content
Snippets Groups Projects
Commit a343d336 authored by Adam's avatar Adam
Browse files

Merge pull request #3113 from edx/adam/merge-release-2

Adam/merge release 2
parents ce787d27 c6743376
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,6 @@ class @Problem
alert_elem = "<div class='capa_alert'>" + msg + "</div>"
@el.find('.action').after(alert_elem)
@el.find('.capa_alert').css(opacity: 0).animate(opacity: 1, 700)
window.SR.readElts(msg)
save: =>
if not @check_save_waitfor(@save_internal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment