Commit 88100bf7 by Matthew Mongeau

Remove loading icon.

parent 6a27f6dd
......@@ -29,6 +29,7 @@ class @DiscussionThreadView extends Backbone.View
renderResponses: ->
$.ajax @model.id, success: (data, textStatus, xhr) =>
@$(".loading").remove()
comments = new Comments(data['content']['children'])
comments.each @renderResponse
......
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