Merge pull request #2573 from mattermost/plt-2453

PLT-2453 Resetting theme upon logout.
Этот коммит содержится в:
Joram Wilander
2016-03-30 11:16:33 -04:00
родитель 4cc7b29c92 29cc5e16bc
Коммит d2ddddc4aa
2 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@@ -795,6 +795,10 @@ export function applyTheme(theme) {
updateCodeTheme(theme.codeTheme);
}
export function resetTheme() {
applyTheme(Constants.THEMES.default);
}
export function applyFont(fontName) {
const body = $('body');