Commit 13eee1c1 by Brian Jacobel

Fix TNL-6142

parent 1958a363
......@@ -206,7 +206,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').focus();
this.newPostForm.removeClass('is-hidden').find('.js-post-title');
}
this.newPostView.$el.removeClass('is-hidden');
this.toggleDiscussionBtn.addClass('shown');
......
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