Replace references to riot.im
This commit is contained in:
parent
62d22f50ab
commit
acb22f4fe5
7 changed files with 12 additions and 12 deletions
|
@ -93,7 +93,7 @@ async function initPage() {
|
|||
|
||||
if (hsUrl !== 'https://matrix.org/') {
|
||||
document.getElementById('configure_riot_button').href =
|
||||
"https://riot.im/config/config?hs_url=" + encodeURIComponent(hsUrl) +
|
||||
"https://app.element.io/config/config?hs_url=" + encodeURIComponent(hsUrl) +
|
||||
"&is_url=" + encodeURIComponent(isUrl);
|
||||
document.getElementById('step1_heading').innerHTML= '1: Install the app';
|
||||
document.getElementById('step2_container').style.display = 'block';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue