gitlab-org--gitlab-foss/app/views/profiles/preferences/update.js.erb

4 lines
163 B
Text
Raw Normal View History

// Remove body class for any previous theme, re-add current one
$('body').removeClass('<%= Gitlab::Themes.body_classes %>')
$('body').addClass('<%= app_theme %>')