* fix for URI rewrite

This commit is contained in:
Seth Call 2016-05-17 13:34:14 -05:00
parent 141736ad2f
commit 22bd49b16b
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
if (rewrite) {
if (window.history.replaceState) {//ie9 proofing
window.history.replaceState({}, "", "/client#/profile/teacher/#{e.id}")
window.history.replaceState({}, "", "/client#/profile/" + userId)
}
}
}