Commit ad415583 by Vik Paruchuri

Hide submit button

parent b06ce84a
......@@ -216,9 +216,7 @@ class @Problem
contentType: false
success: (response) =>
@gentle_alert response.message
switch response.success
when 'True', 'true'
@$('section.evaluation input.submit-message').hide()
@$('section.evaluation input.submit-message').hide()
$.ajaxWithPrefix("#{@url}/message_post", settings)
......
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