moved pagination into header

This commit is contained in:
psychobunny
2013-11-25 16:37:23 -05:00
parent 81560c4698
commit 8d12ecb758
2 changed files with 11 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ define(function() {
app.enterRoom('topic_' + tid);
if($('#post-container .sub-posts').length > 1) {
if($('#post-container .posts').length > 1) {
$('.topic-main-buttons').removeClass('hide').parent().removeClass('hide');
}
@@ -799,7 +799,7 @@ define(function() {
var count = 0, smallestNonNegative = 0;
jQuery('.sub-posts').each(function() {
jQuery('.posts > .post-row').each(function() {
count++;
this.postnumber = count;