found a rogue topic class selector

v1.18.x
psychobunny 10 years ago
parent 29fd89407c
commit d39c2924e4

@ -223,9 +223,9 @@ define('navigator', ['forum/pagination'], function(pagination) {
function highlightPost() {
if (highlight) {
scrollTo.parent().find('.topic-item').addClass('highlight');
scrollTo.parents('[component="post"]').addClass('highlight');
setTimeout(function() {
scrollTo.parent().find('.topic-item').removeClass('highlight');
scrollTo.parents('[component="post"]').removeClass('highlight');
}, 3000);
}
}

Loading…
Cancel
Save