Skip to content

Commit

Permalink
Reset main component title
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Nov 25, 2019
1 parent 5baf771 commit ae4ee5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ class Main extends React.PureComponent {
}

render() {
if (typeof document !== 'undefined') {
document.title = 'Jenkins Plugins';
}

return (
<div>
<div className={classNames(styles.ItemFinder, this.props.view, { showResults: this.props.showResults },
Expand Down

0 comments on commit ae4ee5c

Please sign in to comment.