about summary refs log tree commit diff
path: root/scripts/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/main.js')
-rw-r--r--scripts/main.js1
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) {