Remove extraneous content & styles. Style improvements.

This commit is contained in:
Nad Chishtie
2019-09-11 16:08:24 -07:00
parent 0b6c29d274
commit 634141637b
2 changed files with 24 additions and 63 deletions

View File

@@ -95,9 +95,9 @@ async function initPage() {
document.getElementById('configure_riot_button').href =
"https://riot.im/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';
document.getElementById('hs_url').innerText = hsUrl;
document.getElementById('step_login_header').innerHTML= '3: Launch the app';
if (isUrl && isUrl !== "https://vector.im/") {
document.getElementById('default_is').style.display = 'none';