Skip to content
Snippets Groups Projects
Commit 8e01f178 authored by Adam Palay's avatar Adam Palay
Browse files

temporarily remove SR on capa alerts to fix problem submissions (LMS-2474)

parent 5f9ef9a4
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