Commit 7f0f7195 by Matthew Mongeau

Fix some styles.

parent 91819ec3
...@@ -19,7 +19,7 @@ class @DiscussionThreadView extends Backbone.View ...@@ -19,7 +19,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" Markdown.makeWmdEditor @$(".reply-body"), "", DiscussionUtil.urlFor("upload"), (text) -> DiscussionUtil.postMathJaxProcessor(text)
@renderResponses() @renderResponses()
@ @
......
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