fixup! Fix TNL-6142

This commit is contained in:
Brian Jacobel
2016-12-14 10:51:37 -05:00
parent 97121202cf
commit b42150c78e

View File

@@ -207,7 +207,7 @@
if (this.showed) {
this.$('section.discussion').find('.inline-discussion-thread-container').addClass('is-hidden');
this.$('section.discussion').find('.add_post_btn_container').addClass('is-hidden');
this.newPostForm.removeClass('is-hidden').find('.js-post-title');
this.newPostForm.removeClass('is-hidden');
}
this.newPostView.$el.removeClass('is-hidden');
this.toggleDiscussionBtn.addClass('shown');