Almost working

This commit is contained in:
Nicolas A. Tonne
2015-06-07 15:07:59 +02:00
parent 2b9d891098
commit d17304d829
7 changed files with 53 additions and 35 deletions

View File

@@ -8,6 +8,7 @@ socket.on("id", function(id)
$("#code-text").text(id.toUpperCase())
$("#code-qr").attr("src", "https://chart.googleapis.com/chart?chs=221x221&cht=qr&choe=UTF-8&chld=L|1&chl="+codeURL);
$("#code-link").attr("href", codeURL);
if(!began)
{
socket.on(id, function(arr)