2
0
Эх сурвалжийг харах

Fixed not being able to go to profiles from dashboard.

KrisVos130 9 жил өмнө
parent
commit
9790221a06
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      app/client/client.js

+ 1 - 1
app/client/client.js

@@ -56,7 +56,7 @@ Template.profile.helpers({
 });
 
 Template.profile.onCreated(function() {
-    var parts = location.href.split('/');
+    var parts = Router.current().url.split('/');
     var username = parts.pop();
     Session.set("loaded", false);
     Meteor.subscribe("userProfiles", function() {