Merge pull request #4221 from vector-im/dbkr/ilag_home_url
Remove '/' from homepage URL
This commit is contained in:
commit
37625faeb7
|
@ -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 },
|
||||||
|
|
Loading…
Reference in New Issue