This commit is contained in:
Baris Soner Usakli
2014-02-25 14:17:42 -05:00
parent fd8e7327f0
commit f39248c83b

View File

@@ -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() {