Explorar o código

Fixed not being able to go to profiles from dashboard.

KrisVos130 %!s(int64=9) %!d(string=hai) anos
pai
achega
9790221a06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {