This commit is contained in:
barisusakli
2015-01-12 18:16:34 -05:00
parent bbfec7d443
commit 200f74f1c7
3 changed files with 10 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ define('navigator', ['forum/pagination'], function(pagination) {
if ($('li[data-index="' + index + '"]').length) {
navigator.scrollToPost(index, true);
} else {
index = parseInt(index, 10) + 1;
index = parseInt(index, 10);
ajaxify.go(generateUrl(index));
}
};