From 26e16dc0c07dbe44289af7fc2203c896cfbd3da8 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 8 Feb 2017 12:15:59 +0100 Subject: * same-protocol (HTTP/HTTPS) iframe embedding --- vcards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcards.js b/vcards.js index 8d72869..595bb94 100644 --- a/vcards.js +++ b/vcards.js @@ -19,7 +19,7 @@ if (typeof JFRTEAMY_VCARDS == 'undefined') { if (parseInt(pid) < 30000) { links[i].onmouseover = (function(p) { return function() { if (p != loadedPid) { - var iframeURL = 'http://cezar.brydzystow.pl/' + p; + var iframeURL = '//cezar.brydzystow.pl/' + p; var iframe = document.createElement('iframe'); iframe.src = iframeURL; iframe.onload = function() { -- cgit v1.2.3