Files
meteor/docs/client/lib/navigate.js
Sashko Stubailo a4d85bb42c Remove extra option to absoluteUrl
force-ssl already sets this option by default
2015-02-26 11:53:32 -08:00

4 lines
88 B
JavaScript

navigate = function (hash) {
window.location.replace(Meteor.absoluteUrl() + hash);
};