From a00d53673994c74dd58efa8fd1bae97182bdaf04 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 12 Oct 2011 10:56:14 -0300 Subject: removed outdated reference to animate hash handler --- askbot/skins/default/templates/main_page/javascript.html | 1 - 1 file changed, 1 deletion(-) diff --git a/askbot/skins/default/templates/main_page/javascript.html b/askbot/skins/default/templates/main_page/javascript.html index 3faa0f7a..deef318c 100644 --- a/askbot/skins/default/templates/main_page/javascript.html +++ b/askbot/skins/default/templates/main_page/javascript.html @@ -14,7 +14,6 @@ $.getJSON('{% url user_update_has_custom_avatar %}?t=' + today.getTime()); {% endif %} }); - $(window).bind('hashchange', animate_hashes); askbot['data']['questions-titles'] = {}; function load_question_body(element, question_id){ -- cgit v1.2.3-1-g7c22