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: cd2c5b632e0060de1fb3b7e12c55ba97a43de411 (plain)
1
2
3
// Remove body class for any previous theme, re-add current one
$('body').removeClass('<%= Gitlab::Themes.body_classes %>')
$('body').addClass('<%= user_application_theme %>')