changed to title raw

This commit is contained in:
Barış Soner Uşaklı
2016-02-18 20:26:09 +02:00
parent ef48b5d13e
commit 573840ccbd
5 changed files with 9 additions and 8 deletions

View File

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