summaryrefslogtreecommitdiffstats
path: root/askbot/skins
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-11 15:29:52 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-11 15:29:52 -0600
commit2e6653f348a7496f7be08c919c8197e4ca8c1a6d (patch)
treede1e66b8855277caf6a927bf7de6535031a2bce3 /askbot/skins
parent79ddc5af25a19187f1210f67df5489477d21d176 (diff)
downloadaskbot-2e6653f348a7496f7be08c919c8197e4ca8c1a6d.tar.gz
askbot-2e6653f348a7496f7be08c919c8197e4ca8c1a6d.tar.bz2
askbot-2e6653f348a7496f7be08c919c8197e4ca8c1a6d.zip
fixed convert to comment link hiding
Diffstat (limited to 'askbot/skins')
-rw-r--r--askbot/skins/common/templates/question/answer_controls.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/common/templates/question/answer_controls.html b/askbot/skins/common/templates/question/answer_controls.html
index 42fa9820..eb5fc313 100644
--- a/askbot/skins/common/templates/question/answer_controls.html
+++ b/askbot/skins/common/templates/question/answer_controls.html
@@ -48,6 +48,6 @@
</form>
</span>
<script type="text/javascript">
- askbot['functions']['renderPostControls']('{{answer.id}}');
askbot['functions']['hideConvertAnswerLinks']('{{answer.id}}');
+ askbot['functions']['renderPostControls']('{{answer.id}}');
</script>