aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-27 12:35:42 +0100
committerChocobozzz <me@florianbigard.com>2019-12-27 12:35:42 +0100
commit0a9131f9615e0aa26ec26c1739fce3aca9fca43f (patch)
tree3f31b66d0c56f3a5ccfd2d993e0b5c21fe77ad4b /client/src/app/app.component.ts
parent0240da5c3249ee567c679b069c143858194ff142 (diff)
downloadPeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.tar.gz
PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.tar.zst
PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.zip
Remove peertube version of footer
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r--client/src/app/app.component.ts4
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