From cb8eafe2320aa2f2d2a47be1fdc77a94d2c6feb5 Mon Sep 17 00:00:00 2001 From: Adolfo Fitoria Date: Thu, 6 Sep 2012 21:53:29 -0600 Subject: fixed the hide functions in javascript --- askbot/skins/default/templates/macros.html | 1 + askbot/skins/default/templates/question/javascript.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 #} {% 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); -- cgit v1.2.3-1-g7c22