diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 8fc054d79..ea53818e1 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -27,7 +27,7 @@ import { SharedUserInterfaceSettingsModule } from './shared/shared-user-settings | |||
27 | registerLocaleData(localeOc, 'oc') | 27 | registerLocaleData(localeOc, 'oc') |
28 | 28 | ||
29 | export function loadConfigFactory (server: ServerService) { | 29 | export function loadConfigFactory (server: ServerService) { |
30 | return () => server.loadConfig() | 30 | return () => server.loadHTMLConfig() |
31 | } | 31 | } |
32 | 32 | ||
33 | @NgModule({ | 33 | @NgModule({ |