Remove js handler from Profiles#update

It was only used for the appearance live updating, which is now handled
by Profiles::Preferences#update
This commit is contained in:
Robert Speicher 2015-06-05 16:39:01 -04:00
parent 8112f7550b
commit 1044dfbfd2

View file

@ -26,7 +26,6 @@ class ProfilesController < Profiles::ApplicationController
respond_to do |format|
format.html { redirect_to :back }
format.js
end
end