1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

cache tag

This commit is contained in:
Kyle Spearrin
2018-06-11 09:37:29 -04:00
parent cfc3fae67c
commit f054365a46
3 changed files with 3 additions and 2 deletions

View File

@@ -119,7 +119,6 @@ export function initFactory(): Function {
await i18nService.init(locale);
await authService.init();
const htmlEl = window.document.documentElement;
htmlEl.classList.add('os_' + platformUtilsService.getDeviceString());
htmlEl.classList.add('locale_' + i18nService.translationLocale);
let theme = await storageService.get<string>(ConstantsService.themeKey);
if (theme == null) {