diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-27 12:35:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-27 12:35:42 +0100 |
commit | 0a9131f9615e0aa26ec26c1739fce3aca9fca43f (patch) | |
tree | 3f31b66d0c56f3a5ccfd2d993e0b5c21fe77ad4b | |
parent | 0240da5c3249ee567c679b069c143858194ff142 (diff) | |
download | PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.tar.gz PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.tar.zst PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.zip |
Remove peertube version of footer
-rw-r--r-- | client/src/app/app.component.html | 4 | ||||
-rw-r--r-- | client/src/app/app.component.ts | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 057a4e19e..2660c5377 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -29,8 +29,8 @@ | |||
29 | </div> | 29 | </div> |
30 | 30 | ||
31 | <footer class="row"> | 31 | <footer class="row"> |
32 | <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ getServerVersionAndCommit() }}</a> - | 32 | <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer" i18n>Powered by PeerTube</a> - |
33 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2019</a> | 33 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2020</a> |
34 | </footer> | 34 | </footer> |
35 | </div> | 35 | </div> |
36 | </div> | 36 | </div> |
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 |