mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +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');
|
scrollTo.parents('[component="post"]').addClass('highlight');
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
scrollTo.parents('[component="post"]').removeClass('highlight');
|
scrollTo.parents('[component="post"]').removeClass('highlight');
|
||||||
}, 3000);
|
}, 10000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user