diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-12 09:52:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-12 09:52:08 +0200 |
commit | bcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8 (patch) | |
tree | be6e9a4bbb7d1aceb41d4796168bcbb4623a4a84 /client/src/app/app.module.ts | |
parent | c13e2bf340644a28012ac7ee3cf1d57763342baa (diff) | |
download | PeerTube-bcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8.tar.gz PeerTube-bcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8.tar.zst PeerTube-bcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8.zip |
Fix client build
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index e5a188321..34e890b40 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -5,8 +5,6 @@ import { ResetPasswordModule } from '@app/reset-password' | |||
5 | 5 | ||
6 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' | 6 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' |
7 | import { ClipboardModule } from 'ngx-clipboard' | 7 | import { ClipboardModule } from 'ngx-clipboard' |
8 | import { HotkeyModule } from '@app/core/hotkeys' | ||
9 | import { IHotkeyOptions } from 'angular2-hotkeys' | ||
10 | import 'focus-visible' | 8 | import 'focus-visible' |
11 | 9 | ||
12 | import { AppRoutingModule } from './app-routing.module' | 10 | import { AppRoutingModule } from './app-routing.module' |
@@ -48,9 +46,6 @@ export function metaFactory (serverService: ServerService): MetaLoader { | |||
48 | BrowserModule, | 46 | BrowserModule, |
49 | // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133 | 47 | // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133 |
50 | ClipboardModule, | 48 | ClipboardModule, |
51 | HotkeyModule.forRoot({ | ||
52 | cheatSheetCloseEsc: true | ||
53 | } as IHotkeyOptions), | ||
54 | 49 | ||
55 | CoreModule, | 50 | CoreModule, |
56 | SharedModule, | 51 | SharedModule, |