From ae4ee5c79699f2b055919173184ba443194298fc Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 25 Nov 2019 21:03:37 +0000 Subject: [PATCH] Reset main component title --- app/components/Main.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/components/Main.jsx b/app/components/Main.jsx index 75cd01abd..7a8f61aa2 100644 --- a/app/components/Main.jsx +++ b/app/components/Main.jsx @@ -77,6 +77,10 @@ class Main extends React.PureComponent { } render() { + if (typeof document !== 'undefined') { + document.title = 'Jenkins Plugins'; + } + return (