summaryrefslogtreecommitdiffstats
path: root/askbot/skins
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-09 22:21:07 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-09 22:21:07 -0400
commitd5ad209ce833a7c863d6d29eded6a8ca5cb476b7 (patch)
tree65455fa0e6767c7eaa74c78bf1ae9e9faeb0d035 /askbot/skins
parent704c67b1c3b0fbf22aec4c19875482e570092cf4 (diff)
parentcb8eafe2320aa2f2d2a47be1fdc77a94d2c6feb5 (diff)
downloadaskbot-d5ad209ce833a7c863d6d29eded6a8ca5cb476b7.tar.gz
askbot-d5ad209ce833a7c863d6d29eded6a8ca5cb476b7.tar.bz2
askbot-d5ad209ce833a7c863d6d29eded6a8ca5cb476b7.zip
merged fix for hiding the convert comment to answer links
Diffstat (limited to 'askbot/skins')
-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);