root path to user edit

This commit is contained in:
Jason Denney
2014-06-12 21:24:02 -04:00
parent a8e0c87d37
commit 5e95ce542c
@@ -19,6 +19,6 @@
}); });
}, },
onChangeAccountInfo: function(){ onChangeAccountInfo: function(){
window.location.href="users/edit"; window.location.href="/users/edit";
} }
} }