fix: prevent mutiple highlighted rows on category/topic pages

v1.18.x
psychobunny 4 years ago
parent 6ee0cad289
commit 60afb110ef

@ -431,6 +431,7 @@ define('navigator', ['forum/pagination', 'components'], function (pagination, co
function highlightPost() {
if (highlight) {
$('[component="post"],[component="category/topic"]').removeClass('highlight');
scrollTo.addClass('highlight');
setTimeout(function () {
scrollTo.removeClass('highlight');

Loading…
Cancel
Save