diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 883f36514..082d3301d 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -111,10 +111,6 @@ export class AppComponent implements OnInit { | |||
111 | this.isMenuDisplayed = window.innerWidth >= 800 && !this.isMenuChangedByUser | 111 | this.isMenuDisplayed = window.innerWidth >= 800 && !this.isMenuChangedByUser |
112 | } | 112 | } |
113 | 113 | ||
114 | getServerVersionAndCommit () { | ||
115 | return this.serverService.getServerVersionAndCommit() | ||
116 | } | ||
117 | |||
118 | private initRouteEvents () { | 114 | private initRouteEvents () { |
119 | let resetScroll = true | 115 | let resetScroll = true |
120 | const eventsObs = this.router.events | 116 | const eventsObs = this.router.events |