summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/skins/default/templates/macros.html1
-rw-r--r--askbot/skins/default/templates/question/javascript.html1
2 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/macros.html b/askbot/skins/default/templates/macros.html
index eaa71815..06366ebb 100644
--- a/askbot/skins/default/templates/macros.html
+++ b/askbot/skins/default/templates/macros.html
@@ -397,6 +397,7 @@ for the purposes of the AJAX comment editor #}
</div>
</div>
<script type="text/javascript">
+ askbot['functions']['hideConvertLinks']();
askbot['functions']['renderPostControls']('{{comment.id}}');
</script>
{% endfor %}
diff --git a/askbot/skins/default/templates/question/javascript.html b/askbot/skins/default/templates/question/javascript.html
index 51555bc1..5b73854e 100644
--- a/askbot/skins/default/templates/question/javascript.html
+++ b/askbot/skins/default/templates/question/javascript.html
@@ -53,7 +53,6 @@
$("#fmanswer_button").hide();
});
{%endif%}
- askbot['functions']['hideConvertLinks']();
});
$(window).bind('hashchange', animate_hashes);