debian-mirror-gitlab/app/views/profiles/update.js.erb

10 lines
446 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
// Remove body class for any previous theme, re-add current one
2015-04-26 12:48:37 +05:30
$('body').removeClass('ui_basic ui_mars ui_modern ui_gray ui_color light_theme dark_theme')
$('body').addClass('<%= app_theme %> <%= theme_type %>')
2014-09-02 18:07:02 +05:30
// Re-render the header to reflect the new theme
$('header').html('<%= escape_javascript(render("layouts/head_panel", title: "Profile")) %>')
// Re-initialize header tooltips
$('.has_bottom_tooltip').tooltip({placement: 'bottom'})