Skip to content

Commit

Permalink
changing title on profile.loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
emre2038 authored and milafrerichs committed Jan 15, 2021
1 parent 2ff4c05 commit f05fe8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export default class Controller extends Observable {
// self.registerWebflowEvents();
}
}, 600)
document.title = dataBundle.overview.name;
})
}

Expand Down

0 comments on commit f05fe8c

Please sign in to comment.