mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Set document.title on every page
This commit is contained in:
@@ -9,7 +9,6 @@ export default class ActivityPage extends UserPage {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
this.user = m.prop();
|
||||
this.loading = m.prop(true);
|
||||
this.moreResults = m.prop(false);
|
||||
this.activity = m.prop([]);
|
||||
@@ -30,7 +29,7 @@ export default class ActivityPage extends UserPage {
|
||||
|
||||
setupUser(user) {
|
||||
m.startComputation();
|
||||
this.user(user);
|
||||
super.setupUser(user);
|
||||
m.endComputation();
|
||||
|
||||
this.refresh();
|
||||
|
Reference in New Issue
Block a user