* fix for URI rewrite
This commit is contained in:
parent
141736ad2f
commit
22bd49b16b
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue