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 8354a8724..907bc583b 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -133,10 +133,6 @@ export class AppComponent implements OnInit { | |||
133 | this.toggleMenu() | 133 | this.toggleMenu() |
134 | return false | 134 | return false |
135 | }, undefined, 'Toggle the left menu'), | 135 | }, undefined, 'Toggle the left menu'), |
136 | new Hotkey('g s', (event: KeyboardEvent): boolean => { | ||
137 | this.router.navigate([ '/videos/subscriptions' ]) | ||
138 | return false | ||
139 | }, undefined, 'Go to the subscriptions videos page'), | ||
140 | new Hotkey('g o', (event: KeyboardEvent): boolean => { | 136 | new Hotkey('g o', (event: KeyboardEvent): boolean => { |
141 | this.router.navigate([ '/videos/overview' ]) | 137 | this.router.navigate([ '/videos/overview' ]) |
142 | return false | 138 | return false |