minor css url fix

This commit is contained in:
ksjdragon 2015-02-02 00:41:57 -05:00
parent 9d6bc40b15
commit eb14804a06

View File

@ -18,7 +18,7 @@ Template.chromebook.helpers({
}
},
url: function() {
return Router.current().originalUrl.replace("http://cbook.meteor.com/", "");
return window.location.href.replace("http://cbook.meteor.com/", "");
}
});