Commit 59ab9cc9 authored by Robert Speicher's avatar Robert Speicher

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
parent 3cae81a5
...@@ -26,7 +26,6 @@ class ProfilesController < Profiles::ApplicationController ...@@ -26,7 +26,6 @@ class ProfilesController < Profiles::ApplicationController
respond_to do |format| respond_to do |format|
format.html { redirect_to :back } format.html { redirect_to :back }
format.js
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment