Resetting theme upon logout. Displaying loading page when logging in so user does not see their theme switch.

Этот коммит содержится в:
Christopher Speller
2016-03-30 09:30:33 -04:00
родитель a6a0f18166
Коммит 29cc5e16bc
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');