mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-11 20:09:32 +00:00
removed extension notification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user