This commit is contained in:
barisusakli
2016-03-23 10:10:24 +02:00
parent bfd6d1c0d1
commit 56ef1e9869

View File

@@ -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);
}
}