Remove loading icon.

This commit is contained in:
Matthew Mongeau
2012-08-30 17:04:37 -04:00
parent 6a27f6ddc4
commit 88100bf79f

View File

@@ -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