Browse Source

root path to user edit

topic-sass
Jason Denney 10 years ago
parent
commit
5e95ce542c
  1. 2
      app/components/app_tab_panel/javascripts/sign_out.js

2
app/components/app_tab_panel/javascripts/sign_out.js

@ -19,6 +19,6 @@
}); });
}, },
onChangeAccountInfo: function(){ onChangeAccountInfo: function(){
window.location.href="users/edit"; window.location.href="/users/edit";
} }
} }

Loading…
Cancel
Save