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 e976241c..91f2a655 100644
--- a/askbot/skins/default/templates/macros.html
+++ b/askbot/skins/default/templates/macros.html
@@ -432,6 +432,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 d178acad..9e1366fb 100644
--- a/askbot/skins/default/templates/question/javascript.html
+++ b/askbot/skins/default/templates/question/javascript.html
@@ -66,7 +66,6 @@
draftHandler.setThreadId({{ thread.id }});
draftHandler.decorate($(document));
}
- askbot['functions']['hideConvertLinks']();
});
$(window).bind('hashchange', animate_hashes);