This commit is contained in:
Spiritlebon
2014-10-12 03:36:38 +02:00
parent 2c95d8d82e
commit 35fc175ff6
3 changed files with 3 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ define('forum/topic', dependencies, function(pagination, infinitescroll, threadT
slug = parts[2];
var newUrl = 'topic/' + topicId + '/' + (slug ? slug : '');
if (postIndex > 0) {
newUrl += '/' + (postIndex + 1);
newUrl += '/' + (postIndex + 1);
}
if (newUrl !== currentUrl) {