mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
lint
This commit is contained in:
parent
b8b10e79fe
commit
58171e4479
@ -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://riot.im/config/config?hs_url=" + encodeURIComponent(hsUrl) +
|
||||
"&is_url=" + encodeURIComponent(isUrl);
|
||||
document.getElementById('step2_container').style.display = 'block';
|
||||
document.getElementById('hs_url').innerText = hsUrl;
|
||||
|
Loading…
Reference in New Issue
Block a user