XMPP invitation landing page, without javascript
Make XMPP URI field read-only
As currently there is no way to set new XMPP URI making this field read-only avoids UX issues. Fixes #7
Wiktor Kwapisiewicz 2017-12-08
parent 19405cb · commit 50a002f
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0998f35..e6074a3 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
<noscript><h3>You need JavaScript to follow the invitation.</h3></noscript>
<h3 class="text-center" id="heading"></h3>
<p class="text-center"><a class="btn btn-primary" id="button"></a></p>
- <input type="url" class="form-control text-center" id="url_in"></input>
+ <input type="url" class="form-control text-center" id="url_in" readonly></input>
<p class="lead text-center" id="clients"></p>
<p class="lead" id="recommend"></p>