Changes based on comments

This commit is contained in:
differentreality 2013-09-02 16:15:02 +03:00
parent aaa77bb893
commit a0dc62b125
2 changed files with 5 additions and 2 deletions

View file

@ -60,8 +60,7 @@ $(function() {
$(".comment-reply").hide();
$(".user-details-popover").popover();
$("#comments-div").hide();
$("#votes-div").hide();
$("#votes-link").click(function(){
$("#votes-div").toggle();
return false;