Commit c9365891 by Matthew Mongeau

Start responses.

parent 7c61945f
...@@ -18,6 +18,7 @@ class @DiscussionThreadView extends Backbone.View ...@@ -18,6 +18,7 @@ class @DiscussionThreadView extends Backbone.View
if window.user.voted(@model) if window.user.voted(@model)
@$(".vote-btn").addClass("is-cast") @$(".vote-btn").addClass("is-cast")
@$("span.timeago").timeago() @$("span.timeago").timeago()
DiscussionUtil.makeWmdEditor @$el, $.proxy(@$, @), "reply-body"
@renderResponses() @renderResponses()
@ @
......
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
</div> </div>
<ol class="responses"> <ol class="responses">
</ol> </ol>
<div class="response-body"></div>
</article> </article>
</script> </script>
......
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