diff options
author | emkael <emkael@tlen.pl> | 2017-02-08 12:15:59 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-02-08 12:15:59 +0100 |
commit | 26e16dc0c07dbe44289af7fc2203c896cfbd3da8 (patch) | |
tree | e90895da79b4ec713feabe70a1af64716805d016 | |
parent | 9771df63246cd67adac70d86653086f922410714 (diff) |
* same-protocol (HTTP/HTTPS) iframe embedding
-rw-r--r-- | vcards.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |