removed extension notification

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-29 14:17:02 +01:00
parent 453c3658a3
commit e4320205ac
4 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ var Hostcontroller = {
began = false;
old_id = id;
}
var codeURL = "http://remote."+window.location.hostname+"/"+id;
var codeURL = "https://remote."+window.location.hostname+"/"+id;
$("#code-text").text(id)
$("#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);