We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a371bed commit bc8323fCopy full SHA for bc8323f
src/vector/mobile_guide/index.js
@@ -13,6 +13,7 @@ async function initPage() {
13
if (config && config['default_hs_url']) {
14
hsUrl = config['default_hs_url'];
15
}
16
+ if (hsUrl && !hsUrl.endsWith('/')) hsUrl += '/';
17
if (hsUrl && hsUrl !== 'https://matrix.org/') {
18
document.getElementById('step2_container').style.display = 'block';
19
document.getElementById('hs_url').innerHTML = hsUrl;
0 commit comments