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

Merge pull request #102 from spacemunkay/denney-fix-edit-redirect

root path to user edit
This commit is contained in:
Jason Denney 2014-06-12 21:25:29 -04:00
commit 523135ed9f

View File

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