summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-12 10:56:14 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-12 10:56:14 -0300
commita00d53673994c74dd58efa8fd1bae97182bdaf04 (patch)
tree030172dab9a8baed680251954ea77c29c9cae0de
parent6a4b11f0a85c51a0bc8b279d66698ef94af9b6a7 (diff)
downloadaskbot-a00d53673994c74dd58efa8fd1bae97182bdaf04.tar.gz
askbot-a00d53673994c74dd58efa8fd1bae97182bdaf04.tar.bz2
askbot-a00d53673994c74dd58efa8fd1bae97182bdaf04.zip
removed outdated reference to animate hash handler
-rw-r--r--askbot/skins/default/templates/main_page/javascript.html1
1 files changed, 0 insertions, 1 deletions
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){