Add a title attribute on comment scopes to indicate the number of comments in the scope.
Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.
<script type="text/javascript">
<!--
{% if tz_installed %}
{% if tz %}
var tz = '{{ tz }}';
{% else %}
$(function() {
var d = new Date();
var tz = -d.getTimezoneOffset()/60;
/*tz = 'America/Chicago';*/
$.post("{% url timezone_set %}", { tz: tz }, function(data){
window.location = window.location;
});
})
{% endif %}
{% endif %}
-->
</script>