summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-23 17:38:27 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-04-25 14:03:40 -0400
commit38634b4777bfcc9ab1755490c2ce168f130a0e4b (patch)
tree88d8b116d2284f77a1027003a108f5b5170537d2
parente8faf9178aa853b8f58f6f5e3b417afcead0ce4c (diff)
downloadgitlab-ce-38634b4777bfcc9ab1755490c2ce168f130a0e4b.tar.gz
There's no longer a reason to re-render the header on Design updates
-rw-r--r--app/views/profiles/update.js.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/profiles/update.js.erb b/app/views/profiles/update.js.erb
index fc82b45a499..db37619136d 100644
--- a/app/views/profiles/update.js.erb
+++ b/app/views/profiles/update.js.erb
@@ -1,6 +1,3 @@
// Remove body class for any previous theme, re-add current one
$('body').removeClass('<%= Gitlab::Theme.body_classes %>')
$('body').addClass('<%= app_theme %> <%= theme_type %>')
-
-// Re-render the header to reflect the new theme
-$('header').html('<%= escape_javascript(render("layouts/head_panel", title: "Profile")) %>')