mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
closes #4444
This commit is contained in:
@@ -225,7 +225,7 @@ define('navigator', ['forum/pagination', 'components'], function(pagination, com
|
||||
scrollTo.parents('[component="post"]').addClass('highlight');
|
||||
setTimeout(function() {
|
||||
scrollTo.parents('[component="post"]').removeClass('highlight');
|
||||
}, 3000);
|
||||
}, 10000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user