From 22bd49b16bf152df9a2b8836bd4e402286bdc028 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 17 May 2016 13:34:14 -0500 Subject: [PATCH] * fix for URI rewrite --- web/app/assets/javascripts/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } } }