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:
parent
8112f7550b
commit
1044dfbfd2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue