Remove loading icon.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user