diff --git a/chromebook-checkout-meteor/client/chromebook.js b/chromebook-checkout-meteor/client/chromebook.js index 1c7dca8..3d0da68 100644 --- a/chromebook-checkout-meteor/client/chromebook.js +++ b/chromebook-checkout-meteor/client/chromebook.js @@ -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/", ""); } });