瀏覽代碼

Fixed not being able to go to profiles from dashboard.

KrisVos130 9 年之前
父節點
當前提交
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() {