mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
closes #1123
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user