summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-02-08 12:15:59 +0100
committeremkael <emkael@tlen.pl>2017-02-08 12:15:59 +0100
commit26e16dc0c07dbe44289af7fc2203c896cfbd3da8 (patch)
treee90895da79b4ec713feabe70a1af64716805d016
parent9771df63246cd67adac70d86653086f922410714 (diff)
* same-protocol (HTTP/HTTPS) iframe embedding
-rw-r--r--vcards.js2
1 files changed, 1 insertions, 1 deletions
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() {