diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-05 16:39:01 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-16 12:51:34 -0400 |
commit | 59ab9cc9fc5c7c594bcea574d2f7fda455562a32 (patch) | |
tree | 6a272789b356f72ef3db174dea86384cd6e34cd8 | |
parent | 3cae81a5975bf3cc6941a3d8e9cb0900d154446f (diff) | |
download | gitlab-ce-59ab9cc9fc5c7c594bcea574d2f7fda455562a32.tar.gz |
Remove js handler from Profiles#update
It was only used for the appearance live updating, which is now handled
by Profiles::Preferences#update
cherry-picked
-rw-r--r-- | app/controllers/profiles_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index 88e87996277..b4af9e490ed 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -26,7 +26,6 @@ class ProfilesController < Profiles::ApplicationController respond_to do |format| format.html { redirect_to :back } - format.js end end |