minor css url fix
This commit is contained in:
parent
9d6bc40b15
commit
eb14804a06
@ -18,7 +18,7 @@ Template.chromebook.helpers({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
url: function() {
|
url: function() {
|
||||||
return Router.current().originalUrl.replace("http://cbook.meteor.com/", "");
|
return window.location.href.replace("http://cbook.meteor.com/", "");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user