Commit 9c85be9d by Tom Giannattasio Committed by Ibrahim Awwal

fixed show/hide glitch on inline discussion button

parent 8b64dd6a
......@@ -33,9 +33,9 @@ if Backbone?
$(event.target).html("Show Discussion")
@showed = false
else
$(event.target).html("Hide Discussion")
if @retrieved
@$("section.discussion").show()
$(event.target).html("Hide Discussion")
@$("section.discussion").show()
@showed = true
else
$elem = $(event.target)
......
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