Commit 74b4420c by Sef Kloninger

Merge branch 'giulio/peer-grading-style-release' into edx-west/release-candidate-20130729

Conflicts:
	common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
parents d3a86a20 2aad7d0a
...@@ -230,7 +230,7 @@ class @CombinedOpenEnded ...@@ -230,7 +230,7 @@ class @CombinedOpenEnded
$.postWithPrefix "#{@ajax_url}/get_last_response", data, (response) => $.postWithPrefix "#{@ajax_url}/get_last_response", data, (response) =>
if response.success && response.response != "" if response.success && response.response != ""
@answer_area.html(response.response) @answer_area.html(response.response)
@gentle_alert "Thank you for submitting!" @gentle_alert "This has been submitted"
else else
@submit_button.show() @submit_button.show()
@answer_area.attr("disabled", false) @answer_area.attr("disabled", false)
......
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