diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-23 12:16:34 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | c9e3eeedad67649d9b7aec8897b738d0ad63ec1f (patch) | |
tree | 97590f0e9d4c16c0968ba6f6ff1b1d12672f999b /client/src/app/app.component.ts | |
parent | 5b77537ce54832f47931ba47dc513be2a9197f92 (diff) | |
download | PeerTube-c9e3eeedad67649d9b7aec8897b738d0ad63ec1f.tar.gz PeerTube-c9e3eeedad67649d9b7aec8897b738d0ad63ec1f.tar.zst PeerTube-c9e3eeedad67649d9b7aec8897b738d0ad63ec1f.zip |
Lazy load client script scopes
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index bde97c68b..14fd27784 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -206,9 +206,7 @@ export class AppComponent implements OnInit { | |||
206 | private async loadPlugins () { | 206 | private async loadPlugins () { |
207 | this.pluginService.initializePlugins() | 207 | this.pluginService.initializePlugins() |
208 | 208 | ||
209 | await this.pluginService.loadPluginsByScope('common') | 209 | this.hooks.runAction('action:application.init', 'common') |
210 | |||
211 | this.hooks.runAction('action:application.init') | ||
212 | } | 210 | } |
213 | 211 | ||
214 | private initHotkeys () { | 212 | private initHotkeys () { |