1
0
mirror of https://github.com/flarum/core.git synced 2025-10-14 00:15:51 +02:00

Set document.title on every page

This commit is contained in:
Toby Zerner
2015-05-18 14:28:15 +09:30
parent d904efb556
commit 3462dd68d2
6 changed files with 15 additions and 3 deletions

View File

@@ -91,6 +91,8 @@ export default class DiscussionPage extends Component {
// }
this.streamContent.goToNumber(this.currentNear, true);
app.setTitle(discussion.title());
}
onload(element, isInitialized, context) {