mirror of https://github.com/vector-im/riot-web
Add id to button
parent
27afa3af74
commit
d1fb9c604a
|
@ -360,7 +360,7 @@ body {
|
||||||
<div class="mx_HomePage_row">
|
<div class="mx_HomePage_row">
|
||||||
<div>
|
<div>
|
||||||
<h2>2: Configure your app</h2>
|
<h2>2: Configure your app</h2>
|
||||||
<button class="mx_Button" href="#">Configure my app</button>
|
<button class="mx_Button" id="configure_riot_button" href="#">Configure my app</button>
|
||||||
<p class="mx_Subtext">Tap the button above, or manually enable <em>Use custom server</em> and enter:</p>
|
<p class="mx_Subtext">Tap the button above, or manually enable <em>Use custom server</em> and enter:</p>
|
||||||
<p class="mx_Subtext">Homeserver: <em id="hs_url"></em></p>
|
<p class="mx_Subtext">Homeserver: <em id="hs_url"></em></p>
|
||||||
<p class="mx_Subtext" id="default_is">Identity Server: <em>https://vector.im</em> (default)</p>
|
<p class="mx_Subtext" id="default_is">Identity Server: <em>https://vector.im</em> (default)</p>
|
||||||
|
|
Loading…
Reference in New Issue