diff options
| author | Perflyst <mail@perflyst.de> | 2020-01-01 23:22:23 +0100 |
|---|---|---|
| committer | Georg Lukas <georg@op-co.de> | 2020-01-21 19:52:03 +0100 |
| commit | 6b7ddb937b4e3227724b21cf80fffb0caef2a986 (patch) | |
| tree | f774095edd2bc2cd6b6192774d22ce5506478d10 /scripts/main.js | |
| parent | fe629cf51a3708c79df82329b950bffecd8264f3 (diff) | |
| download | php-xmpp-invitation-6b7ddb937b4e3227724b21cf80fffb0caef2a986.tar.gz | |
Add QRCode generation
Diffstat (limited to 'scripts/main.js')
| -rw-r--r-- | scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/main.js b/scripts/main.js index cc13762..c591159 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -15,6 +15,7 @@ item.innerHTML = client_array[id]; list.appendChild(item); } + new QRCode(document.getElementById("qrcode"), "xmpp:" + display_data.jid); } function load_clients(url) { |
