1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 08:43:23 -05:00

root path to user edit

This commit is contained in:
Jason Denney 2014-06-12 21:24:02 -04:00
parent a8e0c87d37
commit 5e95ce542c

View File

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