summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-06 21:53:29 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-06 21:53:29 -0600
commitcb8eafe2320aa2f2d2a47be1fdc77a94d2c6feb5 (patch)
tree2d20bb81df2e15745b7b91098d872e35bade7863
parent996507782f455c17afcf68667ad83c963a9179c7 (diff)
downloadaskbot-cb8eafe2320aa2f2d2a47be1fdc77a94d2c6feb5.tar.gz
askbot-cb8eafe2320aa2f2d2a47be1fdc77a94d2c6feb5.tar.bz2
askbot-cb8eafe2320aa2f2d2a47be1fdc77a94d2c6feb5.zip
fixed the hide functions in javascript
-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);