voting visual changes

This commit is contained in:
Stella 2014-02-23 14:56:09 +02:00
parent 4356616566
commit 52543589e4
7 changed files with 44 additions and 21 deletions

View file

@ -60,11 +60,6 @@ $(function() {
$(".comment-reply").hide();
$(".user-details-popover").popover();
$("#comments-div").hide();
$("#votes-link").click(function(){
$("#votes-div").toggle();
return false;
});
});
function word_count(text, divId, maxcount) {