use topic/header closes #2933

v1.18.x
barisusakli 10 years ago
parent 63653662e0
commit 3efb1345e0

@ -47,7 +47,7 @@ define('forum/category', [
navigator.init('[component="category/topic"]', ajaxify.variables.get('topic_count'), Category.toTop, Category.toBottom, Category.navigatorCallback);
}
$('[component="category"]').on('click', '[component="post/header"]', function() {
$('[component="category"]').on('click', '[component="topic/header"]', function() {
var clickedIndex = $(this).parents('[data-index]').attr('data-index');
$('[component="category/topic"]').each(function(index, el) {
if ($(el).offset().top - $(window).scrollTop() > 0) {

Loading…
Cancel
Save