mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
Lint fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user