v1.18.x
Baris Soner Usakli 11 years ago
parent fd8e7327f0
commit f39248c83b

@ -1004,9 +1004,9 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
var tid = templates.get('topic_id'); var tid = templates.get('topic_id');
if(scrollTop > 50) { if(scrollTop > 50) {
$('#header-topic-title').html(templates.get('topic_name')).show(); $('#header-topic-title').text(templates.get('topic_name')).show();
} else { } else {
$('#header-topic-title').html('').hide(); $('#header-topic-title').text('').hide();
} }
$($('.posts > .post-row').get().reverse()).each(function() { $($('.posts > .post-row').get().reverse()).each(function() {

Loading…
Cancel
Save