Merge remote-tracking branch 'origin/new-guest-access' into experimental

This commit is contained in:
David Baker 2017-06-07 11:28:03 +01:00
commit 65185a5fd0

View File

@ -56,7 +56,7 @@ module.exports = React.createClass({
// so that it can inherit CSS and theming easily rather than mess around // so that it can inherit CSS and theming easily rather than mess around
// with iframes and trying to synchronise document.stylesheets. // with iframes and trying to synchronise document.stylesheets.
let src = this.props.homePageUrl || '/home.html'; let src = this.props.homePageUrl || 'home.html';
request( request(
{ method: "GET", url: src }, { method: "GET", url: src },