Mercurial > prosody-modules
diff mod_invites_page/html/client.html @ 5718:8cd617c0b701
mod_invites_page: Replace jQuery with vanilla.js in the HTML
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 16 Nov 2023 16:15:26 +0100 |
parents | 09b8144051ea |
children | b117b63bcdbb |
line wrap: on
line diff
--- a/mod_invites_page/html/client.html Thu Nov 16 16:14:24 2023 +0100 +++ b/mod_invites_page/html/client.html Thu Nov 16 16:15:26 2023 +0100 @@ -27,7 +27,7 @@ your camera. <button id="qr-modal-show" class="mt-2 d-block btn btn-secondary" title="Send this invite to your device" data-toggle="modal" data-target="#qr-modal"> - <img src="{static}/qr-logo.png" alt="QR code icon" class="align-middle h-50 mt-1" style="display:inline" > + <img src="{static}/qr-logo.png" alt="QR code icon" class="align-middle h-50 mt-1"> Scan with mobile device </button> </div>