Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update.js.erb « preferences « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 830df2285579839cc646b7ea8379ff910ae42736 (plain)
1
2
3
// Remove body class for any previous theme, re-add current one
$('body').removeClass('<%= Gitlab::Themes.body_classes %>')
$('body').addClass('<%= app_theme %>')