master #1

Merged
odie merged 34 commits from matrix/element-web:master into master 2020-08-05 23:28:44 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6a52758cc7 - Show all commits

View File

@ -93,7 +93,7 @@ async function initPage() {
if (hsUrl !== 'https://matrix.org/') {
document.getElementById('configure_element_button').href =
"https://app.element.io/config/config?hs_url=" + encodeURIComponent(hsUrl) +
"https://mobile.element.io?hs_url=" + encodeURIComponent(hsUrl) +
"&is_url=" + encodeURIComponent(isUrl);
document.getElementById('step1_heading').innerHTML= '1: Install the app';
document.getElementById('step2_container').style.display = 'block';