Commit 27ed00b55398f816bced7431f9822c49b73f3cc5
1 parent
202aacc4e4
Exists in
master
test
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
imports/startup/client/routes.js
... | ... | @@ -26,6 +26,9 @@ const authenticate = (nextState, replace) => { |
26 | 26 | }; |
27 | 27 | |
28 | 28 | Meteor.startup(() => { |
29 | + var hostnameArray = document.location.hostname.split( "." ); | |
30 | + | |
31 | + | |
29 | 32 | render( |
30 | 33 | <Router history={ browserHistory }> |
31 | 34 | <Route path="/" component={ App }> | ... | ... |