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

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