mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Fixed fullscreen-open-issue
This commit is contained in:
		| @@ -16,7 +16,7 @@ var Hostcontroller = { | ||||
|                 window.parentWindow.postMessage({type: "controller", id: id}, window.parentOrigin); | ||||
|             } | ||||
|         } | ||||
|         var codeURL = "https://remote."+window.location.hostname+"/"+id; | ||||
|         var codeURL = window.location.protocol + "//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