mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
changed to title raw
This commit is contained in:
@@ -217,7 +217,7 @@ define('forum/topic', [
|
||||
function updateTopicTitle() {
|
||||
var span = components.get('navbar/title').find('span');
|
||||
if ($(window).scrollTop() > 50) {
|
||||
span.html(ajaxify.data.titleEscaped).show();
|
||||
span.html(ajaxify.data.title).show();
|
||||
} else {
|
||||
span.html('').hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user