mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
lint
This commit is contained in:
parent
3c62829525
commit
cebec03ed6
@ -93,7 +93,7 @@ async function initPage() {
|
|||||||
|
|
||||||
if (hsUrl !== 'https://matrix.org/') {
|
if (hsUrl !== 'https://matrix.org/') {
|
||||||
document.getElementById('configure_riot_button').href =
|
document.getElementById('configure_riot_button').href =
|
||||||
"https://riot.im/config/config?hs_url=" + encodeURIComponent(hsUrl) +
|
"https://riot.im/config/config?hs_url=" + encodeURIComponent(hsUrl) +
|
||||||
"&is_url=" + encodeURIComponent(isUrl);
|
"&is_url=" + encodeURIComponent(isUrl);
|
||||||
document.getElementById('step2_container').style.display = 'block';
|
document.getElementById('step2_container').style.display = 'block';
|
||||||
document.getElementById('hs_url').innerText = hsUrl;
|
document.getElementById('hs_url').innerText = hsUrl;
|
||||||
|
Loading…
Reference in New Issue
Block a user