Commit ad415583 by Vik Paruchuri

Hide submit button

parent b06ce84a
...@@ -216,8 +216,6 @@ class @Problem ...@@ -216,8 +216,6 @@ class @Problem
contentType: false contentType: false
success: (response) => success: (response) =>
@gentle_alert response.message @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) $.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