diff options
author | bob <bcz@cs.brown.edu> | 2019-04-19 16:35:45 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-19 16:35:45 -0400 |
commit | 51bf82d67ad12f8ec2aadf0b3ac36273c811473b (patch) | |
tree | b578c009635e40be2b370b5349a76ec97234f2b5 /src/client/views/Main.tsx | |
parent | 5ce44593a1edb4de4254f8fc7e323ae1d9f9e896 (diff) | |
parent | af6feb64510490da8d815f41ceb639d693b9eae3 (diff) |
Merge branch 'master' into leftbuttondominant
Diffstat (limited to 'src/client/views/Main.tsx')
-rw-r--r-- | src/client/views/Main.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 503a11b35..09ef30f6b 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -85,11 +85,11 @@ export class Main extends React.Component { this.initEventListeners(); this.initAuthenticationRouters(); - // try { - // this.initializeNorthstar(); - // } catch (e) { + try { + this.initializeNorthstar(); + } catch (e) { - // } + } } componentDidMount() { window.onpopstate = this.onHistory; } |