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