aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/theme/theme.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/theme/theme.service.ts')
-rw-r--r--client/src/app/core/theme/theme.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/theme/theme.service.ts b/client/src/app/core/theme/theme.service.ts
index 76199d1cc..012488075 100644
--- a/client/src/app/core/theme/theme.service.ts
+++ b/client/src/app/core/theme/theme.service.ts
@@ -87,7 +87,7 @@ export class ThemeService {
87 const theme = this.getTheme(currentTheme) 87 const theme = this.getTheme(currentTheme)
88 if (theme) { 88 if (theme) {
89 console.log('Adding scripts of theme %s.', currentTheme) 89 console.log('Adding scripts of theme %s.', currentTheme)
90 this.pluginService.addPlugin(theme) 90 this.pluginService.addPlugin(theme, true)
91 91
92 this.pluginService.reloadLoadedScopes() 92 this.pluginService.reloadLoadedScopes()
93 } 93 }