diff --git a/web/app/assets/javascripts/profile.js b/web/app/assets/javascripts/profile.js index 01ef7cd00..bfed1db19 100644 --- a/web/app/assets/javascripts/profile.js +++ b/web/app/assets/javascripts/profile.js @@ -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) } } }